diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2012-08-18 12:47:42 +0000 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2012-08-18 12:47:42 +0000 |
commit | a35674b790d3774ae8e901e8f07ae33f16a1bec4 (patch) | |
tree | 027296152018c7db8a98534ca0fe654663f5ff57 | |
parent | ce5e6ac370afed7b6e33740d2f31cce2c30dee14 (diff) |
-not needed
-rw-r--r-- | src/include/block_gns.h | 31 |
1 files changed, 1 insertions, 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 @@ -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 @@ struct GNSNameRecordBlock /* 0-terminated name here */ - /* variable-size GNSRecordBlocks follows here */ + /* variable-size serialized namestore record data */ }; |