diff options
author | Jon Maloy <jon.maloy@ericsson.com> | 2018-02-15 12:40:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-16 23:26:34 +0300 |
commit | 242e82cc95f6b4e83e1771f9915edcb2a63708e1 (patch) | |
tree | 00821f92cfc58231f4054d27fe5297b7f36a8836 /net/tipc/server.h | |
parent | 8985ecc7c1e07c42acc1e44ac56fa224f8a5c62f (diff) | |
download | linux-242e82cc95f6b4e83e1771f9915edcb2a63708e1.tar.xz |
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.h | 1 |
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 |