aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 17:28:42 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 17:28:42 +0000
commit8576071c0bd953da120d10df71d64bdccb4aefc8 (patch)
tree1f4e81bb4d2735b6efa3cf28ef052b8049427d3e /src/include/gnunet_namestore_service.h
parent3717f40062d8163854a9b1df3a698bca86d27b69 (diff)
downloadgnunet-8576071c0bd953da120d10df71d64bdccb4aefc8.tar.gz
gnunet-8576071c0bd953da120d10df71d64bdccb4aefc8.zip
-more work on clean main GNS logic
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-rw-r--r--src/include/gnunet_namestore_service.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index 0fbbb0084..ddc7b038c 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -199,7 +199,10 @@ struct GNUNET_NAMESTORE_RecordData
199 * FIXME: goofy API: sometimes 'data' is individually 199 * FIXME: goofy API: sometimes 'data' is individually
200 * 'malloc'ed, sometimes it points into some existing 200 * 'malloc'ed, sometimes it points into some existing
201 * data area (so sometimes this should be a 'void *', 201 * data area (so sometimes this should be a 'void *',
202 * sometimes a 'const void *'). This is unclean. 202 * sometimes a 'const void *'). This is unclean. We
203 * should go over the code and make sure that 'data'
204 * is NEVER individually alloc'ed here but always points
205 * to some "other" location.
203 */ 206 */
204 const void *data; 207 const void *data;
205 208