diff options
Diffstat (limited to 'common/include/tfe_cmsg.h')
| -rw-r--r-- | common/include/tfe_cmsg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/include/tfe_cmsg.h b/common/include/tfe_cmsg.h index 5867cbd..bf0724b 100644 --- a/common/include/tfe_cmsg.h +++ b/common/include/tfe_cmsg.h @@ -1,5 +1,7 @@ #pragma once +#include <stdint.h> + struct tfe_cmsg; struct tfe_cmsg_serialize_header; @@ -87,6 +89,7 @@ enum tfe_cmsg_tlv_type TFE_CMSG_FQDN_CAT_ID_VAL, // max size 8 * sizeof(unsigned int) TFE_CMSG_COMMON_DIRECTION, + TFE_CMSG_SSL_PASSTHROUGH_REASON, // string max size 32 /* Add new cmsg here */ /* Add new cmsg here */ /* Add new cmsg here */ |
