diff options
Diffstat (limited to 'include/net/sctp/user.h')
-rw-r--r-- | include/net/sctp/user.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/user.h b/include/net/sctp/user.h index 9a8352710631..4ed752119bbc 100644 --- a/include/net/sctp/user.h +++ b/include/net/sctp/user.h | |||
@@ -265,6 +265,7 @@ enum sctp_spc_state { | |||
265 | SCTP_ADDR_REMOVED, | 265 | SCTP_ADDR_REMOVED, |
266 | SCTP_ADDR_ADDED, | 266 | SCTP_ADDR_ADDED, |
267 | SCTP_ADDR_MADE_PRIM, | 267 | SCTP_ADDR_MADE_PRIM, |
268 | SCTP_ADDR_CONFIRMED, | ||
268 | }; | 269 | }; |
269 | 270 | ||
270 | 271 | ||