Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-vm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-vm
  • Repository
  • linux-vm
  • net
  • tipc
  • name_distr.c
Find file BlameHistoryPermalink
  • Allan Stephens's avatar
    tipc: Separate cluster-scope and zone-scope names into distinct lists · a909804f
    Allan Stephens authored Apr 17, 2012
    
    
    Utilizes distinct lists to track zone-scope and cluster-scope names
    published by a node. For now, TIPC continues to process the entries
    in both lists in the same way; however, an upcoming patch will utilize
    the existence of the lists to prevent the sending of cluster-scope names
    to nodes that are not part of the local cluster.
    
    To achieve this, an array of publication lists is introduced, so
    that they can be iterated over and accessed via publ->scope as
    an index where convenient.
    
    Signed-off-by: default avatarAllan Stephens <allan.stephens@windriver.com>
    Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    a909804f