gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -remove tombstone struct


From: gnunet
Subject: [gnunet] branch master updated: -remove tombstone struct
Date: Sun, 06 Feb 2022 14:59:30 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 11cf91671 -remove tombstone struct
11cf91671 is described below

commit 11cf916712fe030a117fe65e2d7e6c6d2f56075c
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Feb 6 14:59:26 2022 +0100

    -remove tombstone struct
---
 src/include/gnunet_gnsrecord_lib.h | 17 -----------------
 1 file changed, 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
@@ -300,23 +300,6 @@ struct GNUNET_GNSRECORD_ReverseRecord
 };
 
 
-/**
- * Tombstone record.
- * In case of deletion of all resource records under a label, the 
implementation
- * MUST keep track of the last absolute expiration time of the last published
- * resource block. Implementations MAY use a PADDING record as a tombstone that
- * preserves the last absolute expiration time, but then MUST take care to not
- * publish a block with just a PADDING record. When new records are added under
- * this label later, the implementation MUST ensure that the expiration times
- * are after the last published block.
- */
-struct GNUNET_GNSRECORD_TombstoneRecord
-{
-  struct GNUNET_TIME_AbsoluteNBO time_of_death;
-};
-GNUNET_NETWORK_STRUCT_END
-
-
 /**
  * Process a records that were decrypted from a block.
  *

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]