summaryrefslogtreecommitdiffstats
path: root/net/tipc/server.h
diff options
context:
space:
mode:
authorJon Maloy2018-02-15 10:40:47 +0100
committerDavid S. Miller2018-02-16 21:26:34 +0100
commit242e82cc95f6b4e83e1771f9915edcb2a63708e1 (patch)
tree00821f92cfc58231f4054d27fe5297b7f36a8836 /net/tipc/server.h
parenttipc: simplify endianness handling in topology subscriber (diff)
downloadkernel-qcow2-linux-242e82cc95f6b4e83e1771f9915edcb2a63708e1.tar.gz
kernel-qcow2-linux-242e82cc95f6b4e83e1771f9915edcb2a63708e1.tar.xz
kernel-qcow2-linux-242e82cc95f6b4e83e1771f9915edcb2a63708e1.zip
tipc: collapse subscription creation functions
After the previous changes it becomes logical to collapse the two-level creation of subscription instances into one. We do that here. We also rename the creation and deletion functions for more consistency. Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/server.h')
-rw-r--r--net/tipc/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/server.h b/net/tipc/server.h
index 2de8709b467d..995b79591ffe 100644
--- a/net/tipc/server.h
+++ b/net/tipc/server.h
@@ -2,6 +2,7 @@
* net/tipc/server.h: Include file for TIPC server code
*
* Copyright (c) 2012-2013, Wind River Systems
+ * Copyright (c) 2017, Ericsson AB
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without