diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 1b6826a7..fd81bec9 100644 --- a/include/common.h +++ b/include/common.h @@ -189,4 +189,8 @@ #define NOTREPLYING -1 #define REPLYING 0 #define RECVINREPLYING 1 + +#define LOG_CREAT 1 +#define LOG_VF 2 + #endif |