Line data Source code
1 : #ifndef HEADER_fd_src_disco_pack_fd_pack_acct_blocklist_h 2 : #define HEADER_fd_src_disco_pack_fd_pack_acct_blocklist_h 3 : 4 : /* Sizing of the pack account blocklist, shared with the topology and 5 : config parsers so they need not include all of fd_pack.h. */ 6 : 7 247206 : #define FD_PACK_ACCT_BLOCKLIST_LG_MAX 4 8 594 : #define FD_PACK_ACCT_BLOCKLIST_MAX (1UL<<FD_PACK_ACCT_BLOCKLIST_LG_MAX) 9 : 10 : #endif /* HEADER_fd_src_disco_pack_fd_pack_acct_blocklist_h */