aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-02-06 14:59:26 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-02-06 14:59:26 +0100
commit11cf916712fe030a117fe65e2d7e6c6d2f56075c (patch)
treef2b921af80d9aa65849ac23c84c36d65a3d37c76 /src/include
parent215032563755ba48d4e871b82c9c6697611726f8 (diff)
downloadgnunet-11cf916712fe030a117fe65e2d7e6c6d2f56075c.tar.gz
gnunet-11cf916712fe030a117fe65e2d7e6c6d2f56075c.zip
-remove tombstone struct
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index fd630b987..c376b1d1f 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -301,23 +301,6 @@ struct GNUNET_GNSRECORD_ReverseRecord
301 301
302 302
303/** 303/**
304 * Tombstone record.
305 * In case of deletion of all resource records under a label, the implementation
306 * MUST keep track of the last absolute expiration time of the last published
307 * resource block. Implementations MAY use a PADDING record as a tombstone that
308 * preserves the last absolute expiration time, but then MUST take care to not
309 * publish a block with just a PADDING record. When new records are added under
310 * this label later, the implementation MUST ensure that the expiration times
311 * are after the last published block.
312 */
313struct GNUNET_GNSRECORD_TombstoneRecord
314{
315 struct GNUNET_TIME_AbsoluteNBO time_of_death;
316};
317GNUNET_NETWORK_STRUCT_END
318
319
320/**
321 * Process a records that were decrypted from a block. 304 * Process a records that were decrypted from a block.
322 * 305 *
323 * @param cls closure 306 * @param cls closure