Linux Kernel
3.7.1
|
#include <name_table.h>
struct publication - info about a published (name or) name sequence : name sequence type : name sequence lower bound : name sequence upper bound : scope of publication : network address of publishing port's node publishing port : publication key : subscription to "node down" event (for off-node publications only) : adjacent entries in list of publications made by this node : adjacent entries in list of publications made by this port : adjacent matching name seq publications with >= node scope : adjacent matching name seq publications with >= cluster scope : adjacent matching name seq publications with >= zone scope
Note that the node list, cluster list, and zone list are circular lists.
Definition at line 68 of file name_table.h.
Definition at line 80 of file name_table.h.
u32 key |
Definition at line 75 of file name_table.h.
Definition at line 77 of file name_table.h.
u32 lower |
Definition at line 70 of file name_table.h.
Definition at line 73 of file name_table.h.
Definition at line 79 of file name_table.h.
Definition at line 78 of file name_table.h.
u32 ref |
Definition at line 74 of file name_table.h.
Definition at line 72 of file name_table.h.
struct tipc_node_subscr subscr |
Definition at line 76 of file name_table.h.
Definition at line 69 of file name_table.h.
u32 upper |
Definition at line 71 of file name_table.h.
Definition at line 81 of file name_table.h.