From: Martin Schanzenbach Date: Sat, 18 Aug 2012 12:47:42 +0000 (+0000) Subject: -not needed X-Git-Tag: initial-import-from-subversion-38251~12166 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a35674b790d3774ae8e901e8f07ae33f16a1bec4;p=oweals%2Fgnunet.git -not needed --- 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 */ };