Index: ct/go/util/constants.go |
diff --git a/ct/go/util/constants.go b/ct/go/util/constants.go |
index 6b77a995ed39e0135b4281f26ac238402f432249..52db53bc0d87bc7cdf370a6fdb5bbb93519fbeda 100644 |
--- a/ct/go/util/constants.go |
+++ b/ct/go/util/constants.go |
@@ -184,6 +184,9 @@ const ( |
MAKE_ALL_TIMEOUT = 15 * time.Minute |
WEBHOOK_SALT_MSG = `For prod, set this file to the value of GCE metadata key webhook_request_salt or call webhook.MustInitRequestSaltFromMetadata() if running in GCE. For testing, run 'echo -n "notverysecret" | base64 -w 0 > /b/storage/webhook_salt.data' or call frontend.InitForTesting().` |
+ |
+ // Swarming constants. |
+ SWARMING_DIR_NAME = "swarming" |
) |
type PagesetTypeInfo struct { |