diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-15 13:50:15 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-15 14:03:11 +0100 |
commit | 992ac5301fc8727d83017b242af2df9895eebfcc (patch) | |
tree | 4fdd21a61b54d368540d6ef65258f97473051381 /src/const.h | |
parent | client: print the server response (diff) | |
download | cimple-992ac5301fc8727d83017b242af2df9895eebfcc.tar.gz cimple-992ac5301fc8727d83017b242af2df9895eebfcc.zip |
implement a command to list runs
Diffstat (limited to 'src/const.h')
-rw-r--r-- | src/const.h | 1 |
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 |