From 3dc20f090d84a7b08bc1d5729c874ebbd0465468 Mon Sep 17 00:00:00 2001 From: David Howells Date: Sun, 4 Sep 2016 13:25:21 +0100 Subject: rxrpc Move enum rxrpc_command to sendmsg.c Move enum rxrpc_command to sendmsg.c as it's now only used in that file. Signed-off-by: David Howells --- net/rxrpc/sendmsg.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'net/rxrpc/sendmsg.c') diff --git a/net/rxrpc/sendmsg.c b/net/rxrpc/sendmsg.c index 17a9ebbc2346..7376794a0308 100644 --- a/net/rxrpc/sendmsg.c +++ b/net/rxrpc/sendmsg.c @@ -20,6 +20,13 @@ #include #include "ar-internal.h" +enum rxrpc_command { + RXRPC_CMD_SEND_DATA, /* send data message */ + RXRPC_CMD_SEND_ABORT, /* request abort generation */ + RXRPC_CMD_ACCEPT, /* [server] accept incoming call */ + RXRPC_CMD_REJECT_BUSY, /* [server] reject a call as busy */ +}; + /* * wait for space to appear in the transmit/ACK window * - caller holds the socket locked -- cgit v1.2.3-59-g8ed1b