- minor
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 20 Jun 2012 11:54:46 +0000 (11:54 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 20 Jun 2012 11:54:46 +0000 (11:54 +0000)
src/namestore/namestore_api.c

index 7b333ca9ce42f9274364bb3598e8254deb639fa6..168ae1f1c97955358cf7c7d0917188af1638e8b1 100644 (file)
@@ -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;
 };