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 80b7afea17fc..1b3153c2cdf0 100644 --- a/include/net/sctp/user.h +++ b/include/net/sctp/user.h | |||
@@ -217,6 +217,7 @@ struct sctp_assoc_change { | |||
217 | __u16 sac_outbound_streams; | 217 | __u16 sac_outbound_streams; |
218 | __u16 sac_inbound_streams; | 218 | __u16 sac_inbound_streams; |
219 | sctp_assoc_t sac_assoc_id; | 219 | sctp_assoc_t sac_assoc_id; |
220 | __u8 sac_info[0]; | ||
220 | }; | 221 | }; |
221 | 222 | ||
222 | /* | 223 | /* |