diff options
Diffstat (limited to 'lib/common.h')
-rw-r--r-- | lib/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/common.h b/lib/common.h index 2ffbc9b..ab6c05d 100644 --- a/lib/common.h +++ b/lib/common.h @@ -9,7 +9,11 @@ #include <unistd.h> #include <string.h> #include <errno.h> +#include <time.h> -#define COMMON_CONST 1 +enum { + REQUEST_TYPE_GET_TASK, + REQUEST_TYPE_PUT_RESULT, +}; #endif // COMMON_H |