aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp/sctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/sctp/sctp.h')
-rw-r--r--src/vnet/sctp/sctp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/sctp/sctp.h b/src/vnet/sctp/sctp.h
index c40de10a409..26e69eb797b 100644
--- a/src/vnet/sctp/sctp.h
+++ b/src/vnet/sctp/sctp.h
@@ -530,6 +530,8 @@ typedef struct _sctp_main
u8 punt_unknown4;
u8 punt_unknown6;
+ u32 sctp4_established_phase_node_index;
+ u32 sctp6_established_phase_node_index;
} sctp_main_t;
extern sctp_main_t sctp_main;