Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
tipc_node_subscr Struct Reference

#include <node_subscr.h>

Data Fields

struct tipc_nodenode
 
net_ev_handler handle_node_down
 
voidusr_handle
 
struct list_head nodesub_list
 

Detailed Description

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.

Field Documentation

net_ev_handler handle_node_down

Definition at line 53 of file node_subscr.h.

Definition at line 52 of file node_subscr.h.

struct list_head nodesub_list

Definition at line 55 of file node_subscr.h.

void* usr_handle

Definition at line 54 of file node_subscr.h.


The documentation for this struct was generated from the following file: