diff options
Diffstat (limited to 'net/tipc/name_table.h')
| -rw-r--r-- | net/tipc/name_table.h | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/net/tipc/name_table.h b/net/tipc/name_table.h index 8064e1986e2c..5a82a01369d6 100644 --- a/net/tipc/name_table.h +++ b/net/tipc/name_table.h @@ -60,8 +60,8 @@ struct tipc_group;   * @key: publication key, unique across the cluster   * @id: publication id   * @binding_node: all publications from the same node which bound this one - * - Remote publications: in node->publ_list - *   Used by node/name distr to withdraw publications when node is lost + * - Remote publications: in node->publ_list; + * Used by node/name distr to withdraw publications when node is lost   * - Local/node scope publications: in name_table->node_scope list   * - Local/cluster scope publications: in name_table->cluster_scope list   * @binding_sock: all publications from the same socket which bound this one @@ -92,13 +92,16 @@ struct publication {  /**   * struct name_table - table containing all existing port name publications - * @seq_hlist: name sequence hash lists + * @services: name sequence hash lists   * @node_scope: all local publications with node scope   *               - used by name_distr during re-init of name table   * @cluster_scope: all local publications with cluster scope   *               - used by name_distr to send bulk updates to new nodes   *               - used by name_distr during re-init of name table + * @cluster_scope_lock: lock for accessing @cluster_scope   * @local_publ_count: number of publications issued by this node + * @rc_dests: destination node counter + * @snd_nxt: next sequence number to be used   */  struct name_table {  	struct hlist_head services[TIPC_NAMETBL_SIZE]; | 
