gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23302 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r23302 - gnunet/src/include
Date: Sat, 18 Aug 2012 14:47:42 +0200

Author: schanzen
Date: 2012-08-18 14:47:42 +0200 (Sat, 18 Aug 2012)
New Revision: 23302

Modified:
   gnunet/src/include/block_gns.h
Log:
-not needed

Modified: gnunet/src/include/block_gns.h
===================================================================
--- gnunet/src/include/block_gns.h      2012-08-18 12:45:49 UTC (rev 23301)
+++ gnunet/src/include/block_gns.h      2012-08-18 12:47:42 UTC (rev 23302)
@@ -31,35 +31,6 @@
 GNUNET_NETWORK_STRUCT_BEGIN
 
 /**
- * @brief a simgle record inside a record block
- */
-struct GNSRecordBlock
-{
-
-  /**
-   * Expiration time for the DNS record; relative or absolute depends
-   * on 'flags', network byte order.
-   */
-  uint64_t expiration_time GNUNET_PACKED;
-
-  /**
-   * length of the data
-   */
-  uint32_t data_size GNUNET_PACKED;
-  
-  /**
-   * the record type
-   */
-  uint32_t record_type GNUNET_PACKED;
-
-  
-  /* record flags */
-  uint32_t flags GNUNET_PACKED;
-
-  /* followed by the record data */
-};
-
-/**
  * @brief a record block for a given name of a single authority
  */
 struct GNSNameRecordBlock
@@ -80,7 +51,7 @@
 
   /* 0-terminated name here */
 
-  /* variable-size GNSRecordBlocks follows here */
+  /* variable-size serialized namestore record data */
 
 };
 




reply via email to

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