Data Fields | |
char * | name |
uint32_t | name_len |
char * | version |
uint32_t | version_len |
Definition at line 168 of file gnunet-service-core.c.
char* GSC_ServicesInfo_Entry::name |
Definition at line 172 of file gnunet-service-core.c.
Referenced by GSC_SVCI_add(), GSC_SVCI_remove(), and GSC_SVCI_to_string().
uint32_t GSC_ServicesInfo_Entry::name_len |
Definition at line 174 of file gnunet-service-core.c.
Referenced by GSC_SVCI_add(), GSC_SVCI_contains(), GSC_SVCI_remove(), and GSC_SVCI_to_string().
char* GSC_ServicesInfo_Entry::version |
Definition at line 177 of file gnunet-service-core.c.
Referenced by GSC_SVCI_add(), GSC_SVCI_remove(), and GSC_SVCI_to_string().
uint32_t GSC_ServicesInfo_Entry::version_len |
Definition at line 179 of file gnunet-service-core.c.
Referenced by GSC_SVCI_add(), and GSC_SVCI_to_string().