aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-04-04 14:00:34 +0100
committerDavid Howells <dhowells@redhat.com>2016-06-15 15:37:12 +0100
commit875636163b4e694c092625ed98b17e10d582b3ca (patch)
treea369edf401991df10a8d6ce2952f23de97b7f054 /net/rxrpc/ar-internal.h
parentrxrpc: Use the peer record to distribute network errors (diff)
downloadlinux-dev-875636163b4e694c092625ed98b17e10d582b3ca.tar.xz
linux-dev-875636163b4e694c092625ed98b17e10d582b3ca.zip
rxrpc: Separate local endpoint event handling out into its own file
Separate local endpoint event handling out into its own file preparatory to overhauling the object management aspect (which remains in the original file). Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r--net/rxrpc/ar-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index a63bb7518fb5..fa50b09eaa63 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -573,6 +573,11 @@ int rxrpc_get_server_data_key(struct rxrpc_connection *, const void *, time_t,
u32);
/*
+ * local_event.c
+ */
+extern void rxrpc_process_local_events(struct work_struct *);
+
+/*
* local_object.c
*/
extern rwlock_t rxrpc_local_lock;