sctp: rename enum sctp_event to sctp_event_type
sctp_event is a structure name defined in RFC for sockopt SCTP_EVENT. To avoid the conflict, rename it. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a1e3a0590f
commit
88ee48c1f3
@@ -71,7 +71,7 @@ enum { SCTP_DEFAULT_INSTREAMS = SCTP_MAX_STREAM };
|
||||
SCTP_NUM_AUTH_CHUNK_TYPES)
|
||||
|
||||
/* These are the different flavours of event. */
|
||||
enum sctp_event {
|
||||
enum sctp_event_type {
|
||||
SCTP_EVENT_T_CHUNK = 1,
|
||||
SCTP_EVENT_T_TIMEOUT,
|
||||
SCTP_EVENT_T_OTHER,
|
||||
|
Reference in New Issue
Block a user