From: Matthias Wachs Date: Wed, 20 Jun 2012 11:54:46 +0000 (+0000) Subject: - minor X-Git-Tag: initial-import-from-subversion-38251~12935 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e0d8d7ff0b129f9d8110e810856399971406773d;p=oweals%2Fgnunet.git - minor --- diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c index 7b333ca9c..168ae1f1c 100644 --- a/src/namestore/namestore_api.c +++ b/src/namestore/namestore_api.c @@ -39,7 +39,8 @@ #define LOG(kind,...) GNUNET_log_from (kind, "gns-api",__VA_ARGS__) /** - * A QueueEntry. + * An QueueEntry used to store information for a pending + * NAMESTORE record operation */ struct GNUNET_NAMESTORE_QueueEntry { @@ -79,7 +80,6 @@ struct GNUNET_NAMESTORE_QueueEntry */ void *proc_cls; - /** * The operation id this zone iteration operation has */ @@ -134,7 +134,7 @@ struct GNUNET_NAMESTORE_ZoneIterator * GNUNET_YES if this iterator iterates over a specific zone * GNUNET_NO if this iterator iterates over all zones * - * Zone is stored 'GNUNET_CRYPTO_ShortHashCode zone'; + * Zone is stored GNUNET_CRYPTO_ShortHashCode 'zone'; */ int has_zone; };