aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-20 11:54:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-20 11:54:46 +0000
commite0d8d7ff0b129f9d8110e810856399971406773d (patch)
treece3e41c2b32743e3a6ecf52324e6a68d7a71e7ac /src/namestore
parent5f04741b183bc0f4420676661f6b23b24ee683c4 (diff)
downloadgnunet-e0d8d7ff0b129f9d8110e810856399971406773d.tar.gz
gnunet-e0d8d7ff0b129f9d8110e810856399971406773d.zip
- minor
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore_api.c6
1 files 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 @@
39#define LOG(kind,...) GNUNET_log_from (kind, "gns-api",__VA_ARGS__) 39#define LOG(kind,...) GNUNET_log_from (kind, "gns-api",__VA_ARGS__)
40 40
41/** 41/**
42 * A QueueEntry. 42 * An QueueEntry used to store information for a pending
43 * NAMESTORE record operation
43 */ 44 */
44struct GNUNET_NAMESTORE_QueueEntry 45struct GNUNET_NAMESTORE_QueueEntry
45{ 46{
@@ -79,7 +80,6 @@ struct GNUNET_NAMESTORE_QueueEntry
79 */ 80 */
80 void *proc_cls; 81 void *proc_cls;
81 82
82
83 /** 83 /**
84 * The operation id this zone iteration operation has 84 * The operation id this zone iteration operation has
85 */ 85 */
@@ -134,7 +134,7 @@ struct GNUNET_NAMESTORE_ZoneIterator
134 * GNUNET_YES if this iterator iterates over a specific zone 134 * GNUNET_YES if this iterator iterates over a specific zone
135 * GNUNET_NO if this iterator iterates over all zones 135 * GNUNET_NO if this iterator iterates over all zones
136 * 136 *
137 * Zone is stored 'GNUNET_CRYPTO_ShortHashCode zone'; 137 * Zone is stored GNUNET_CRYPTO_ShortHashCode 'zone';
138 */ 138 */
139 int has_zone; 139 int has_zone;
140}; 140};