aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct_bob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct_bob.c')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct_bob.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct_bob.c b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
index a2bceba43..efc3bc8ea 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct_bob.c
+++ b/src/scalarproduct/gnunet-service-scalarproduct_bob.c
@@ -964,6 +964,7 @@ start_intersection (struct BobServiceSession *s)
964 &s->session_id, 964 &s->session_id,
965 NULL, 965 NULL,
966 GNUNET_SET_RESULT_REMOVED, 966 GNUNET_SET_RESULT_REMOVED,
967 (struct GNUNET_SET_Option[]) { 0 },
967 &cb_intersection_element_removed, 968 &cb_intersection_element_removed,
968 s); 969 s);
969 if (GNUNET_OK != 970 if (GNUNET_OK !=
@@ -1172,11 +1173,11 @@ handle_bob_client_message (void *cls,
1172 GNUNET_MQ_hd_fixed_size (alices_computation_request, 1173 GNUNET_MQ_hd_fixed_size (alices_computation_request,
1173 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION, 1174 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION,
1174 struct ServiceRequestMessage, 1175 struct ServiceRequestMessage,
1175 s), 1176 NULL),
1176 GNUNET_MQ_hd_var_size (alices_cryptodata_message, 1177 GNUNET_MQ_hd_var_size (alices_cryptodata_message,
1177 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA, 1178 GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA,
1178 struct AliceCryptodataMessage, 1179 struct AliceCryptodataMessage,
1179 s), 1180 NULL),
1180 GNUNET_MQ_handler_end () 1181 GNUNET_MQ_handler_end ()
1181 }; 1182 };
1182 uint32_t contained_count; 1183 uint32_t contained_count;