diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-01-06 10:40:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-06 10:40:53 -0500 |
| commit | afbb98e79e9df429bff491bc1071645536bbbd3c (patch) | |
| tree | deac710a47ccfbc58aceb44e6f2cb65fb44901d8 /src/cli/stasis/include/args.h | |
| parent | cf50be9ef96fd8011fbd45321b4c454470112cf4 (diff) | |
| parent | 0ad1fc6e37835bd2a7bfbda41be1bf22f8f6bc5e (diff) | |
| download | stasis-afbb98e79e9df429bff491bc1071645536bbbd3c.tar.gz | |
Merge pull request #118 from jhunkeler/semaphore
Semaphore
Diffstat (limited to 'src/cli/stasis/include/args.h')
| -rw-r--r-- | src/cli/stasis/include/args.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/stasis/include/args.h b/src/cli/stasis/include/args.h index 5bad752..5536735 100644 --- a/src/cli/stasis/include/args.h +++ b/src/cli/stasis/include/args.h @@ -17,6 +17,8 @@ #define OPT_FAIL_FAST 1009 #define OPT_NO_PARALLEL 1010 #define OPT_POOL_STATUS_INTERVAL 1011 +#define OPT_NO_TASK_LOGGING 1012 +#define OPT_TASK_TIMEOUT 1013 extern struct option long_options[]; void usage(char *progname); |
