aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-03-06 12:49:02 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-03-06 12:49:02 +0000
commit46bab5b9f9afefaac097767ea356defea5efbbaa (patch)
tree04c8c00d8b5f2f91efe6ea3b9a6303dea28b4cbd /src/namestore/namestore.h
parent10b2ef580e79924e9117e1654dd9d58b23d618e2 (diff)
downloadgnunet-46bab5b9f9afefaac097767ea356defea5efbbaa.tar.gz
gnunet-46bab5b9f9afefaac097767ea356defea5efbbaa.zip
- fixes for put and lookup
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index 5b4c02385..ac59d9a11 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -277,7 +277,9 @@ struct RecordPutResponseMessage
277 struct GNUNET_NAMESTORE_Header gns_header; 277 struct GNUNET_NAMESTORE_Header gns_header;
278 278
279 /** 279 /**
280 * name length: GNUNET_NO (0) on error, GNUNET_OK (1) on success 280 * result:
281 * GNUNET_SYSERR on failure
282 * GNUNET_OK on success
281 */ 283 */
282 int32_t op_result; 284 int32_t op_result;
283}; 285};
@@ -286,7 +288,6 @@ struct RecordPutResponseMessage
286/** 288/**
287 * Create a record and put it to the namestore 289 * Create a record and put it to the namestore
288 * Memory layout: 290 * Memory layout:
289 * [struct RecordCreateMessage][char *name][rc_count * struct GNUNET_NAMESTORE_RecordData]
290 */ 291 */
291struct RecordCreateMessage 292struct RecordCreateMessage
292{ 293{