aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_gns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_gns.h')
-rw-r--r--src/include/block_gns.h30
1 files changed, 1 insertions, 29 deletions
diff --git a/src/include/block_gns.h b/src/include/block_gns.h
index ffdb294..7b4ceed 100644
--- a/src/include/block_gns.h
+++ b/src/include/block_gns.h
@@ -31,34 +31,6 @@
GNUNET_NETWORK_STRUCT_BEGIN
/**
- * @brief a simgle record inside a record block
- */
-struct GNSRecordBlock
-{
- /**
- * the record type
- */
- uint32_t type GNUNET_PACKED;
-
- /**
- * expiration time of the record
- */
- struct GNUNET_TIME_AbsoluteNBO expiration;
-
- /**
- * length of the data
- */
- uint32_t data_length GNUNET_PACKED;
-
- /* record flags */
- uint32_t flags GNUNET_PACKED;
-
- //Class of the record?
-
- /* followed by the record data */
-};
-
-/**
* @brief a record block for a given name of a single authority
*/
struct GNSNameRecordBlock
@@ -79,7 +51,7 @@ struct GNSNameRecordBlock
/* 0-terminated name here */
- /* variable-size GNSRecordBlocks follows here */
+ /* variable-size serialized namestore record data */
};