Linux Kernel
3.7.1
|
Data Fields | |
__be32 | type |
__be32 | lower |
__be32 | upper |
__be32 | ref |
__be32 | key |
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.
__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.