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

Data Fields

__be32 type
 
__be32 lower
 
__be32 upper
 
__be32 ref
 
__be32 key
 

Detailed Description

struct distr_item - publication info distributed to other nodes : name sequence type : name sequence lower bound : name sequence upper bound publishing port reference : publication key

===> All fields are stored in network byte order. <===

First 3 fields identify (name or) name sequence being published. Reference field uniquely identifies port that published name sequence. Key field uniquely identifies publication, in the event a port has multiple publications of the same name sequence.

Note: There is no field that identifies the publishing node because it is the same for all items contained within a publication message.

Definition at line 61 of file name_distr.c.

Field Documentation

__be32 key

Definition at line 66 of file name_distr.c.

__be32 lower

Definition at line 63 of file name_distr.c.

__be32 ref

Definition at line 65 of file name_distr.c.

Definition at line 62 of file name_distr.c.

__be32 upper

Definition at line 64 of file name_distr.c.


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