aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_consensus_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_consensus_service.h')
-rw-r--r--src/include/gnunet_consensus_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_consensus_service.h b/src/include/gnunet_consensus_service.h
index bd7e83fe1..6c6bcaa46 100644
--- a/src/include/gnunet_consensus_service.h
+++ b/src/include/gnunet_consensus_service.h
@@ -66,6 +66,8 @@ struct GNUNET_CONSENSUS_Element
66/** 66/**
67 * Called when a new element was received from another peer, or an error occured. 67 * Called when a new element was received from another peer, or an error occured.
68 * 68 *
69 * May deliver duplicate values.
70 *
69 * Elements given to a consensus operation by the local peer are NOT given 71 * Elements given to a consensus operation by the local peer are NOT given
70 * to this callback. 72 * to this callback.
71 * 73 *