Data Fields | |
struct GNUNET_TIME_Absolute | exp |
The expiration of the existing records or tombstone. More... | |
int | only_tombstone |
Whether the existing record set consists only of a tombstone (e.g. More... | |
Definition at line 1648 of file gnunet-service-namestore.c.
struct GNUNET_TIME_Absolute LookupExistingRecordsContext::exp |
The expiration of the existing records or tombstone.
Definition at line 1654 of file gnunet-service-namestore.c.
Referenced by get_existing_rd_exp(), and store_record_set().
int LookupExistingRecordsContext::only_tombstone |
Whether the existing record set consists only of a tombstone (e.g.
is "empty")
Definition at line 1660 of file gnunet-service-namestore.c.
Referenced by get_existing_rd_exp(), and store_record_set().