aboutsummaryrefslogtreecommitdiff
path: root/src/set/test_set_api.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-02-23 15:15:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-02-23 17:47:38 +0100
commitd5af1252b2a83d75fe4a8f6e48e1d01ab027b553 (patch)
tree3138f19a619c8b1730aafd6b31f041e64a4f2622 /src/set/test_set_api.c
parent0581ec4f88a81894a17ef4619a8ac2a0c3c7d061 (diff)
downloadgnunet-d5af1252b2a83d75fe4a8f6e48e1d01ab027b553.tar.gz
gnunet-d5af1252b2a83d75fe4a8f6e48e1d01ab027b553.zip
add set operation options
Diffstat (limited to 'src/set/test_set_api.c')
-rw-r--r--src/set/test_set_api.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/set/test_set_api.c b/src/set/test_set_api.c
index 21af45f8a..4bc6bd1c3 100644
--- a/src/set/test_set_api.c
+++ b/src/set/test_set_api.c
@@ -149,6 +149,7 @@ listen_cb (void *cls,
149 listen_handle = NULL; 149 listen_handle = NULL;
150 oh2 = GNUNET_SET_accept (request, 150 oh2 = GNUNET_SET_accept (request,
151 GNUNET_SET_RESULT_ADDED, 151 GNUNET_SET_RESULT_ADDED,
152 (struct GNUNET_SET_Option[]) { 0 },
152 &result_cb_set2, 153 &result_cb_set2,
153 NULL); 154 NULL);
154 GNUNET_SET_commit (oh2, 155 GNUNET_SET_commit (oh2,
@@ -179,6 +180,7 @@ start (void *cls)
179 &app_id, 180 &app_id,
180 &context_msg, 181 &context_msg,
181 GNUNET_SET_RESULT_ADDED, 182 GNUNET_SET_RESULT_ADDED,
183 (struct GNUNET_SET_Option[]) { 0 },
182 &result_cb_set1, 184 &result_cb_set1,
183 NULL); 185 NULL);
184 GNUNET_SET_commit (oh1, 186 GNUNET_SET_commit (oh1,
@@ -378,6 +380,7 @@ run (void *cls,
378 &app_id, 380 &app_id,
379 NULL, 381 NULL,
380 GNUNET_SET_RESULT_ADDED, 382 GNUNET_SET_RESULT_ADDED,
383 (struct GNUNET_SET_Option[]) { 0 },
381 NULL, 384 NULL,
382 NULL); 385 NULL);
383 386