diff options
Diffstat (limited to 'include/net/sctp/command.h')
-rw-r--r-- | include/net/sctp/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/sctp/command.h b/include/net/sctp/command.h index 1d5f6ff3f440..be12ec946628 100644 --- a/include/net/sctp/command.h +++ b/include/net/sctp/command.h | |||
@@ -126,7 +126,7 @@ typedef union { | |||
126 | __u8 u8; | 126 | __u8 u8; |
127 | int error; | 127 | int error; |
128 | __be16 err; | 128 | __be16 err; |
129 | sctp_state_t state; | 129 | enum sctp_state state; |
130 | sctp_event_timeout_t to; | 130 | sctp_event_timeout_t to; |
131 | struct sctp_chunk *chunk; | 131 | struct sctp_chunk *chunk; |
132 | struct sctp_association *asoc; | 132 | struct sctp_association *asoc; |
@@ -167,7 +167,7 @@ SCTP_ARG_CONSTRUCTOR(U16, __u16, u16) | |||
167 | SCTP_ARG_CONSTRUCTOR(U8, __u8, u8) | 167 | SCTP_ARG_CONSTRUCTOR(U8, __u8, u8) |
168 | SCTP_ARG_CONSTRUCTOR(ERROR, int, error) | 168 | SCTP_ARG_CONSTRUCTOR(ERROR, int, error) |
169 | SCTP_ARG_CONSTRUCTOR(PERR, __be16, err) /* protocol error */ | 169 | SCTP_ARG_CONSTRUCTOR(PERR, __be16, err) /* protocol error */ |
170 | SCTP_ARG_CONSTRUCTOR(STATE, sctp_state_t, state) | 170 | SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) |
171 | SCTP_ARG_CONSTRUCTOR(TO, sctp_event_timeout_t, to) | 171 | SCTP_ARG_CONSTRUCTOR(TO, sctp_event_timeout_t, to) |
172 | SCTP_ARG_CONSTRUCTOR(CHUNK, struct sctp_chunk *, chunk) | 172 | SCTP_ARG_CONSTRUCTOR(CHUNK, struct sctp_chunk *, chunk) |
173 | SCTP_ARG_CONSTRUCTOR(ASOC, struct sctp_association *, asoc) | 173 | SCTP_ARG_CONSTRUCTOR(ASOC, struct sctp_association *, asoc) |