aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/const.h
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-15 13:50:15 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-15 14:03:11 +0100
commit992ac5301fc8727d83017b242af2df9895eebfcc (patch)
tree4fdd21a61b54d368540d6ef65258f97473051381 /src/const.h
parentclient: print the server response (diff)
downloadcimple-992ac5301fc8727d83017b242af2df9895eebfcc.tar.gz
cimple-992ac5301fc8727d83017b242af2df9895eebfcc.zip
implement a command to list runs
Diffstat (limited to 'src/const.h')
-rw-r--r--src/const.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/const.h b/src/const.h
index 27dd1d3..d3925c6 100644
--- a/src/const.h
+++ b/src/const.h
@@ -19,5 +19,6 @@ extern const char *default_sqlite_path;
#define CMD_NEW_WORKER "new-worker"
#define CMD_START_RUN "start-run"
#define CMD_FINISHED_RUN "finished-run"
+#define CMD_GET_RUNS "get-runs"
#endif