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

#include <name_table.h>

Data Fields

u32 type
 
u32 lower
 
u32 upper
 
u32 scope
 
u32 node
 
u32 ref
 
u32 key
 
struct tipc_node_subscr subscr
 
struct list_head local_list
 
struct list_head pport_list
 
struct list_head node_list
 
struct list_head cluster_list
 
struct list_head zone_list
 

Detailed Description

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.

Field Documentation

struct list_head cluster_list

Definition at line 80 of file name_table.h.

u32 key

Definition at line 75 of file name_table.h.

struct list_head local_list

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.

struct list_head node_list

Definition at line 79 of file name_table.h.

struct list_head pport_list

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.

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.

struct list_head zone_list

Definition at line 81 of file name_table.h.


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