aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2015-09-22 01:20:28 +0000
committerFlorian Dold <florian.dold@gmail.com>2015-09-22 01:20:28 +0000
commitafc7d17dc798216e89506fb4e66aabb7e0f0077b (patch)
tree786d44d7852795f9f20549466f39683e32e6abea /src/set/gnunet-service-set.h
parenta8bb50dcefdab19f4990995ded586b237501b2c1 (diff)
downloadgnunet-afc7d17dc798216e89506fb4e66aabb7e0f0077b.tar.gz
gnunet-afc7d17dc798216e89506fb4e66aabb7e0f0077b.zip
work on CONSENSUS and SET
- byzantine consensus work in progress - fix SET generation handling
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 /**