A type map describing which messages a given neighbour is able to process. More...
Data Fields | |
uint32_t | bits [(UINT16_MAX+1)/32] |
A type map describing which messages a given neighbour is able to process.
Definition at line 38 of file gnunet-service-core_typemap.c.
uint32_t GSC_TypeMap::bits[(UINT16_MAX+1)/32] |
Definition at line 40 of file gnunet-service-core_typemap.c.
Referenced by GSC_TYPEMAP_add(), GSC_TYPEMAP_remove(), and GSC_TYPEMAP_test_match().