summaryrefslogtreecommitdiffstats
path: root/net/tipc/subscr.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/subscr.h')
-rw-r--r--net/tipc/subscr.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/tipc/subscr.h b/net/tipc/subscr.h
index db80e41bba08..2d35f1046754 100644
--- a/net/tipc/subscr.h
+++ b/net/tipc/subscr.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * net/tipc/subscr.h: Include file for TIPC network topology service 2 * net/tipc/subscr.h: Include file for TIPC network topology service
3 * 3 *
4 * Copyright (c) 2003-2006, Ericsson AB 4 * Copyright (c) 2003-2017, Ericsson AB
5 * Copyright (c) 2005-2007, 2012-2013, Wind River Systems 5 * Copyright (c) 2005-2007, 2012-2013, Wind River Systems
6 * All rights reserved. 6 * All rights reserved.
7 * 7 *
@@ -39,8 +39,8 @@
39 39
40#include "server.h" 40#include "server.h"
41 41
42#define TIPC_MAX_SUBSCRIPTIONS 65535 42#define TIPC_MAX_SUBSCR 65535
43#define TIPC_MAX_PUBLICATIONS 65535 43#define TIPC_MAX_PUBLICATIONS 65535
44 44
45struct tipc_subscription; 45struct tipc_subscription;
46struct tipc_conn; 46struct tipc_conn;
@@ -66,10 +66,10 @@ struct tipc_subscription {
66 spinlock_t lock; /* serialize up/down and timer events */ 66 spinlock_t lock; /* serialize up/down and timer events */
67}; 67};
68 68
69struct tipc_subscription *tipc_subscrp_subscribe(struct tipc_server *srv, 69struct tipc_subscription *tipc_sub_subscribe(struct tipc_server *srv,
70 struct tipc_subscr *s, 70 struct tipc_subscr *s,
71 int conid); 71 int conid);
72void tipc_sub_delete(struct tipc_subscription *sub); 72void tipc_sub_unsubscribe(struct tipc_subscription *sub);
73 73
74int tipc_subscrp_check_overlap(struct tipc_name_seq *seq, u32 found_lower, 74int tipc_subscrp_check_overlap(struct tipc_name_seq *seq, u32 found_lower,
75 u32 found_upper); 75 u32 found_upper);