diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/tipidee/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/tipidee/log.h b/src/include/tipidee/log.h index 93ee386..b8decc0 100644 --- a/src/include/tipidee/log.h +++ b/src/include/tipidee/log.h @@ -23,6 +23,7 @@ #define TIPIDEE_LOG_CLIENTIP 0x0080 #define TIPIDEE_LOG_CLIENTHOST 0x0100 #define TIPIDEE_LOG_HOSTASPREFIX 0x0200 +#define TIPIDEE_LOG_XFORWARDEDFOR 0x0400 #define TIPIDEE_LOG_DEBUG 0x8000 #define TIPIDEE_LOG_DEFAULT (TIPIDEE_LOG_REQUEST | TIPIDEE_LOG_ANSWER | TIPIDEE_LOG_SIZE) |
