From a35674b790d3774ae8e901e8f07ae33f16a1bec4 Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 18 Aug 2012 12:47:42 +0000 Subject: -not needed --- src/include/block_gns.h | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/src/include/block_gns.h b/src/include/block_gns.h index 61ffdd6b7..7b4ceed18 100644 --- a/src/include/block_gns.h +++ b/src/include/block_gns.h @@ -30,35 +30,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 */ @@ -80,7 +51,7 @@ struct GNSNameRecordBlock /* 0-terminated name here */ - /* variable-size GNSRecordBlocks follows here */ + /* variable-size serialized namestore record data */ }; -- cgit v1.2.3