bcast.h (d392da5207352f09030e95d9ea335a4225667ec0) bcast.h (8f92df6ad49da958d97e171762d0a97a3dc738f1)
1/*
2 * net/tipc/bcast.h: Include file for TIPC broadcast code
3 *
4 * Copyright (c) 2003-2006, Ericsson AB
5 * Copyright (c) 2005, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 37 unchanged lines hidden (view full) ---

46 * @map: bitmap of node identifiers that are in the set
47 */
48
49struct tipc_node_map {
50 u32 count;
51 u32 map[MAX_NODES / WSIZE];
52};
53
1/*
2 * net/tipc/bcast.h: Include file for TIPC broadcast code
3 *
4 * Copyright (c) 2003-2006, Ericsson AB
5 * Copyright (c) 2005, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 37 unchanged lines hidden (view full) ---

46 * @map: bitmap of node identifiers that are in the set
47 */
48
49struct tipc_node_map {
50 u32 count;
51 u32 map[MAX_NODES / WSIZE];
52};
53
54extern struct tipc_node_map tipc_bcast_nmap;
54
55#define PLSIZE 32
56
57/**
58 * struct port_list - set of node local destination ports
59 * @count: # of ports in set (only valid for first entry in list)
60 * @next: pointer to next entry in list
61 * @ports: array of port references

--- 43 unchanged lines hidden ---
55
56#define PLSIZE 32
57
58/**
59 * struct port_list - set of node local destination ports
60 * @count: # of ports in set (only valid for first entry in list)
61 * @next: pointer to next entry in list
62 * @ports: array of port references

--- 43 unchanged lines hidden ---