aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.h')
-rw-r--r--src/set/gnunet-service-set.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/set/gnunet-service-set.h b/src/set/gnunet-service-set.h
index fb079d03f..c3650aa9b 100644
--- a/src/set/gnunet-service-set.h
+++ b/src/set/gnunet-service-set.h
@@ -323,6 +323,9 @@ struct ElementEntry
323 */ 323 */
324 struct MutationEvent *mutations; 324 struct MutationEvent *mutations;
325 325
326 /**
327 * Number of elements in the array @a mutations.
328 */
326 unsigned int mutations_size; 329 unsigned int mutations_size;
327 330
328 /** 331 /**