diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 67c91d01b635..b4812a2d3bb0 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -440,6 +440,7 @@ union sctp_params { | |||
440 | struct sctp_ipv6addr_param *v6; | 440 | struct sctp_ipv6addr_param *v6; |
441 | union sctp_addr_param *addr; | 441 | union sctp_addr_param *addr; |
442 | struct sctp_adaptation_ind_param *aind; | 442 | struct sctp_adaptation_ind_param *aind; |
443 | struct sctp_supported_ext_param *ext; | ||
443 | }; | 444 | }; |
444 | 445 | ||
445 | /* RFC 2960. Section 3.3.5 Heartbeat. | 446 | /* RFC 2960. Section 3.3.5 Heartbeat. |