From c9ca77798e93db9f08c4e6085429882d73e67321 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Oct 2013 07:16:38 +0000 Subject: -eliminate dead code --- src/namestore/namestore.h | 93 ----------------------------------------------- 1 file changed, 93 deletions(-) (limited to 'src/namestore/namestore.h') diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h index 5e900dbcc..f403d589c 100644 --- a/src/namestore/namestore.h +++ b/src/namestore/namestore.h @@ -52,99 +52,6 @@ struct GNUNET_NAMESTORE_Header }; -/** - * Lookup a block in the namestore - */ -struct LookupBlockMessage -{ - /** - * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_BLOCK - */ - struct GNUNET_NAMESTORE_Header gns_header; - - /** - * The query. - */ - struct GNUNET_HashCode query GNUNET_PACKED; - -}; - - -/** - * Lookup response - */ -struct LookupBlockResponseMessage -{ - /** - * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_LOOKUP_BLOCK_RESPONSE - */ - struct GNUNET_NAMESTORE_Header gns_header; - - /** - * Expiration time - */ - struct GNUNET_TIME_AbsoluteNBO expire; - - /** - * Signature. - */ - struct GNUNET_CRYPTO_EcdsaSignature signature; - - /** - * Derived public key. - */ - struct GNUNET_CRYPTO_EcdsaPublicKey derived_key; - - /* followed by encrypted block data */ -}; - - -/** - * Cache a record in the namestore. - */ -struct BlockCacheMessage -{ - /** - * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_BLOCK_CACHE - */ - struct GNUNET_NAMESTORE_Header gns_header; - - /** - * Expiration time - */ - struct GNUNET_TIME_AbsoluteNBO expire; - - /** - * Signature. - */ - struct GNUNET_CRYPTO_EcdsaSignature signature; - - /** - * Derived public key. - */ - struct GNUNET_CRYPTO_EcdsaPublicKey derived_key; - - /* follwed by encrypted block data */ -}; - - -/** - * Response to a request to cache a block. - */ -struct BlockCacheResponseMessage -{ - /** - * Type will be #GNUNET_MESSAGE_TYPE_NAMESTORE_BLOCK_CACHE_RESPONSE - */ - struct GNUNET_NAMESTORE_Header gns_header; - - /** - * #GNUNET_OK on success, #GNUNET_SYSERR error - */ - int32_t op_result GNUNET_PACKED; -}; - - /** * Store a record to the namestore (as authority). */ -- cgit v1.2.3