summaryrefslogtreecommitdiff
path: root/cmsg.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmsg.h')
-rw-r--r--cmsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmsg.h b/cmsg.h
index 2aa614d..f4f8ed5 100644
--- a/cmsg.h
+++ b/cmsg.h
@@ -24,6 +24,7 @@ enum tcp_restore_info_tlv_type
enum tcp_restore_pkt_cur_dir
{
+ PKT_CUR_DIR_NOT_SET = 0x0,
PKT_CUR_DIR_C2S = 0x1,
PKT_CUR_DIR_S2C = 0x2
};