diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/tipc/tipc_port.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/net/tipc/tipc_port.h b/include/net/tipc/tipc_port.h index c9b36b77a0b9..11105bcc4457 100644 --- a/include/net/tipc/tipc_port.h +++ b/include/net/tipc/tipc_port.h | |||
@@ -96,6 +96,12 @@ struct tipc_port *tipc_get_port(const u32 ref); | |||
96 | 96 | ||
97 | void *tipc_get_handle(const u32 ref); | 97 | void *tipc_get_handle(const u32 ref); |
98 | 98 | ||
99 | /* | ||
100 | * The following routines require that the port be locked on entry | ||
101 | */ | ||
102 | |||
103 | int tipc_disconnect_port(struct tipc_port *tp_ptr); | ||
104 | |||
99 | 105 | ||
100 | #endif | 106 | #endif |
101 | 107 | ||