aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-04-24 13:56:41 +0000
committerChristian Grothoff <christian@grothoff.org>2013-04-24 13:56:41 +0000
commit5aab79b00f45105842d4d9899e6b17334ec9af09 (patch)
treea09a94bf5c9b2fdb253890de043e2df186dabd42 /src/include
parenta333108465ff50726b5348649e40e902043b020a (diff)
downloadgnunet-5aab79b00f45105842d4d9899e6b17334ec9af09.tar.gz
gnunet-5aab79b00f45105842d4d9899e6b17334ec9af09.zip
-comments
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_set_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 87d766c68..65d70d86b 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -90,11 +90,11 @@ enum GNUNET_SET_Status
90 * There was a timeout. 90 * There was a timeout.
91 */ 91 */
92 GNUNET_SET_STATUS_TIMEOUT, 92 GNUNET_SET_STATUS_TIMEOUT,
93 /* 93 /**
94 * The other peer refused to to the operation with us 94 * The other peer refused to to the operation with us
95 */ 95 */
96 GNUNET_SET_STATUS_REFUSED, 96 GNUNET_SET_STATUS_REFUSED,
97 /* 97 /**
98 * Success, all elements have been sent. 98 * Success, all elements have been sent.
99 */ 99 */
100 GNUNET_SET_STATUS_DONE 100 GNUNET_SET_STATUS_DONE
@@ -249,6 +249,7 @@ GNUNET_SET_destroy (struct GNUNET_SET_Handle *set);
249 * Evaluate a set operation with our set and the set of another peer. 249 * Evaluate a set operation with our set and the set of another peer.
250 * 250 *
251 * @param set set to use 251 * @param set set to use
252 * @param salt salt for HKDF (explain more here)
252 * @param other_peer peer with the other set 253 * @param other_peer peer with the other set
253 * @param app_id hash for the application using the set 254 * @param app_id hash for the application using the set
254 * @param context_msg additional information for the request 255 * @param context_msg additional information for the request