aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set_union.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set_union.c')
-rw-r--r--src/set/gnunet-service-set_union.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set_union.c b/src/set/gnunet-service-set_union.c
index 294fa3304..670626cd4 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -493,7 +493,8 @@ send_operation_request (struct UnionEvaluateOperation *eo)
493 struct GNUNET_MQ_Envelope *mqm; 493 struct GNUNET_MQ_Envelope *mqm;
494 struct OperationRequestMessage *msg; 494 struct OperationRequestMessage *msg;
495 495
496 mqm = GNUNET_MQ_msg_nested_mh (msg, GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST, eo->context_msg); 496 mqm = GNUNET_MQ_msg_nested_mh (msg, GNUNET_MESSAGE_TYPE_SET_P2P_OPERATION_REQUEST,
497 eo->context_msg);
497 498
498 if (NULL == mqm) 499 if (NULL == mqm)
499 { 500 {
@@ -1287,7 +1288,7 @@ _GSS_union_add (struct GNUNET_SET_ElementMessage *m, struct Set *set)
1287/** 1288/**
1288 * Destroy a set that supports the union operation 1289 * Destroy a set that supports the union operation
1289 * 1290 *
1290 * @param the set to destroy, must be of type GNUNET_SET_OPERATION_UNION 1291 * @param set the set to destroy, must be of type GNUNET_SET_OPERATION_UNION
1291 */ 1292 */
1292void 1293void
1293_GSS_union_set_destroy (struct Set *set) 1294_GSS_union_set_destroy (struct Set *set)