membership_notify_list   77 lib/ais/plugin.c GHashTable *membership_notify_list = NULL;
membership_notify_list  607 lib/ais/plugin.c     membership_notify_list = g_hash_table_new(g_direct_hash, g_direct_equal);
membership_notify_list  845 lib/ais/plugin.c     g_hash_table_remove(membership_notify_list, async_conn);
membership_notify_list 1040 lib/ais/plugin.c             g_hash_table_replace(membership_notify_list, async_conn, async_conn);
membership_notify_list 1305 lib/ais/plugin.c         g_hash_table_replace(membership_notify_list, async_conn, async_conn);
membership_notify_list 1307 lib/ais/plugin.c         g_hash_table_remove(membership_notify_list, async_conn);
membership_notify_list 1349 lib/ais/plugin.c              membership_seq, g_hash_table_size(membership_notify_list));
membership_notify_list 1351 lib/ais/plugin.c     g_hash_table_foreach_remove(membership_notify_list, ghash_send_update, update);
membership_notify_list 1698 lib/ais/plugin.c                  id, g_hash_table_size(membership_notify_list));
membership_notify_list 1700 lib/ais/plugin.c         g_hash_table_foreach_remove(membership_notify_list, ghash_send_removal, node_id);
membership_notify_list   22 lib/ais/plugin.h extern GHashTable *membership_notify_list;