Skip to content
Snippets Groups Projects
Commit df9af006 authored by Xin Long's avatar Xin Long Committed by David S. Miller
Browse files

sctp: remove the typedef sctp_hostname_param_t


Remove this typedef, there is even no places using it.

Signed-off-by: default avatarXin Long <lucien.xin@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 365ddb65
No related merge requests found
......@@ -291,10 +291,10 @@ struct sctp_cookie_preserve_param {
};
/* Section 3.3.2.1 Host Name Address (11) */
typedef struct sctp_hostname_param {
struct sctp_hostname_param {
struct sctp_paramhdr param_hdr;
uint8_t hostname[0];
} sctp_hostname_param_t;
};
/* Section 3.3.2.1 Supported Address Types (12) */
typedef struct sctp_supported_addrs_param {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment