Line data Source code
1 : #include "../fd_gossip_types.h" 2 : #include "../fd_gossip_private.h" 3 : 4 : struct fd_crds_contact_info_entry { 5 : fd_contact_info_t contact_info[1]; 6 : struct{ 7 : ulong next; 8 : } pool; 9 : }; 10 : 11 : typedef struct fd_crds_contact_info_entry fd_crds_contact_info_entry_t; 12 : 13 : #define POOL_NAME crds_contact_info_pool 14 6 : #define POOL_T fd_crds_contact_info_entry_t 15 98454 : #define POOL_NEXT pool.next 16 : #include "../../../util/tmpl/fd_pool.c"