diff options
Diffstat (limited to 'net/tipc/core.h')
| -rw-r--r-- | net/tipc/core.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 1ff477b0450d..8985bbcb942b 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
| @@ -79,7 +79,6 @@ int tipc_snprintf(char *buf, int len, const char *fmt, ...); | |||
| 79 | extern u32 tipc_own_addr __read_mostly; | 79 | extern u32 tipc_own_addr __read_mostly; |
| 80 | extern int tipc_max_ports __read_mostly; | 80 | extern int tipc_max_ports __read_mostly; |
| 81 | extern int tipc_net_id __read_mostly; | 81 | extern int tipc_net_id __read_mostly; |
| 82 | extern int tipc_remote_management __read_mostly; | ||
| 83 | extern int sysctl_tipc_rmem[3] __read_mostly; | 82 | extern int sysctl_tipc_rmem[3] __read_mostly; |
| 84 | 83 | ||
| 85 | /* | 84 | /* |
| @@ -90,7 +89,6 @@ extern int tipc_random __read_mostly; | |||
| 90 | /* | 89 | /* |
| 91 | * Routines available to privileged subsystems | 90 | * Routines available to privileged subsystems |
| 92 | */ | 91 | */ |
| 93 | int tipc_core_start_net(unsigned long); | ||
| 94 | int tipc_handler_start(void); | 92 | int tipc_handler_start(void); |
| 95 | void tipc_handler_stop(void); | 93 | void tipc_handler_stop(void); |
| 96 | int tipc_netlink_start(void); | 94 | int tipc_netlink_start(void); |
| @@ -192,6 +190,7 @@ static inline void k_term_timer(struct timer_list *timer) | |||
| 192 | 190 | ||
| 193 | struct tipc_skb_cb { | 191 | struct tipc_skb_cb { |
| 194 | void *handle; | 192 | void *handle; |
| 193 | bool deferred; | ||
| 195 | }; | 194 | }; |
| 196 | 195 | ||
| 197 | #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) | 196 | #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) |
