diff options
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 3 |
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 |