aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-service-revocation.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/revocation/gnunet-service-revocation.c
parent0581ec4f88a81894a17ef4619a8ac2a0c3c7d061 (diff)
downloadgnunet-d5af1252b2a83d75fe4a8f6e48e1d01ab027b553.tar.gz
gnunet-d5af1252b2a83d75fe4a8f6e48e1d01ab027b553.zip
add set operation options
Diffstat (limited to 'src/revocation/gnunet-service-revocation.c')
-rw-r--r--src/revocation/gnunet-service-revocation.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 2965808fa..b5669d9ea 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -509,6 +509,7 @@ transmit_task_cb (void *cls)
509 &revocation_set_union_app_id, 509 &revocation_set_union_app_id,
510 NULL, 510 NULL,
511 GNUNET_SET_RESULT_ADDED, 511 GNUNET_SET_RESULT_ADDED,
512 (struct GNUNET_SET_Option[]) { 0 },
512 &add_revocation, 513 &add_revocation,
513 peer_entry); 514 peer_entry);
514 if (GNUNET_OK != 515 if (GNUNET_OK !=
@@ -755,6 +756,7 @@ handle_revocation_union_request (void *cls,
755 } 756 }
756 peer_entry->so = GNUNET_SET_accept (request, 757 peer_entry->so = GNUNET_SET_accept (request,
757 GNUNET_SET_RESULT_ADDED, 758 GNUNET_SET_RESULT_ADDED,
759 (struct GNUNET_SET_Option[]) { 0 },
758 &add_revocation, 760 &add_revocation,
759 peer_entry); 761 peer_entry);
760 if (GNUNET_OK != 762 if (GNUNET_OK !=