From e0d8d7ff0b129f9d8110e810856399971406773d Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 20 Jun 2012 11:54:46 +0000 Subject: [PATCH] - minor --- src/namestore/namestore_api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; }; -- 2.25.1