corosync
2.3.4
|
Data Fields | |
struct list_head | list_free |
struct list_head | list_all |
struct ibv_mr * | mr |
char | buffer [MAX_MTU_SIZE] |
Definition at line 241 of file totemiba.c.
char send_buf::buffer[MAX_MTU_SIZE] |
Definition at line 245 of file totemiba.c.
Referenced by totemiba_mcast_flush_send(), totemiba_mcast_noflush_send(), and totemiba_token_send().
struct list_head send_buf::list_all |
Definition at line 243 of file totemiba.c.
struct list_head send_buf::list_free |
Definition at line 242 of file totemiba.c.
struct ibv_mr* send_buf::mr |
Definition at line 244 of file totemiba.c.
Referenced by totemiba_mcast_flush_send(), totemiba_mcast_noflush_send(), and totemiba_token_send().