Data Fields | |
char ** | name |
unsigned int * | rd_count |
struct GNUNET_GNSRECORD_Data ** | rd |
Definition at line 44 of file json_gnsrecord.c.
char** GnsRecordInfo::name |
Definition at line 46 of file json_gnsrecord.c.
Referenced by cleanup_recordinfo(), GNUNET_GNSRECORD_JSON_spec_gnsrecord(), and parse_gnsrecordobject().
unsigned int* GnsRecordInfo::rd_count |
Definition at line 48 of file json_gnsrecord.c.
Referenced by cleanup_recordinfo(), GNUNET_GNSRECORD_JSON_spec_gnsrecord(), and parse_record_data().
struct GNUNET_GNSRECORD_Data** GnsRecordInfo::rd |
Definition at line 50 of file json_gnsrecord.c.
Referenced by cleanup_recordinfo(), GNUNET_GNSRECORD_JSON_spec_gnsrecord(), and parse_record_data().