aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/const.h b/src/const.h
index 8ac2e33..08f20e5 100644
--- a/src/const.h
+++ b/src/const.h
@@ -6,4 +6,7 @@
#endif
#define DEFAULT_PORT "5556"
+#define CMD_CI_RUN "ci-run"
+#define CMD_WORKER_NEW "worker-new"
+
#endif