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 */
};
_______________________________________________
GNUnet-SVN mailing list
GNUnet-SVN@gnu....
https://lists.gnu.org/mailman/listinfo/gnunet-svn
opensubscriber is not affiliated with the authors of this message nor responsible for its content.