sctp: remove the typedef sctp_xmit_t
This patch is to remove the typedef sctp_xmit_t, and replace with enum sctp_xmit in the places where it's using this typedef. 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
8496561430
commit
86b36f2a9b
@@ -312,12 +312,12 @@ enum { SCTP_MAX_GABS = 16 };
|
||||
/* These return values describe the success or failure of a number of
|
||||
* routines which form the lower interface to SCTP_outqueue.
|
||||
*/
|
||||
typedef enum {
|
||||
enum sctp_xmit {
|
||||
SCTP_XMIT_OK,
|
||||
SCTP_XMIT_PMTU_FULL,
|
||||
SCTP_XMIT_RWND_FULL,
|
||||
SCTP_XMIT_DELAY,
|
||||
} sctp_xmit_t;
|
||||
};
|
||||
|
||||
/* These are the commands for manipulating transports. */
|
||||
enum sctp_transport_cmd {
|
||||
|
Reference in New Issue
Block a user