Linux Kernel
3.7.1
|
#include <node_subscr.h>
Data Fields | |
struct tipc_node * | node |
net_ev_handler | handle_node_down |
void * | usr_handle |
struct list_head | nodesub_list |
struct tipc_node_subscr - "node down" subscription entry : ptr to node structure of interest (or NULL, if none) : routine to invoke when node fails : argument to pass to routine when node fails : adjacent entries in list of subscriptions for the node
Definition at line 51 of file node_subscr.h.
net_ev_handler handle_node_down |
Definition at line 53 of file node_subscr.h.
Definition at line 52 of file node_subscr.h.
Definition at line 55 of file node_subscr.h.
void* usr_handle |
Definition at line 54 of file node_subscr.h.