aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
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