Cleanup the definition of two structures which are

exposed to userland. Therefore no MFC.
This commit is contained in:
Michael Tuexen 2014-07-22 19:54:22 +00:00
parent c086e3d1b7
commit e710ed26a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268990

View File

@ -323,7 +323,6 @@ struct sctp_paddr_change {
uint32_t spc_state;
uint32_t spc_error;
sctp_assoc_t spc_assoc_id;
uint8_t spc_padding[4];
};
/* paddr state values */
@ -346,7 +345,7 @@ struct sctp_remote_error {
uint32_t sre_length;
uint16_t sre_error;
sctp_assoc_t sre_assoc_id;
uint8_t sre_data[4];
uint8_t sre_data[];
};
/* data send failure event (deprecated) */