aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h
index d795badf1..f2592bacf 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.h
+++ b/src/scalarproduct/gnunet-service-scalarproduct.h
@@ -37,7 +37,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
37 * send a `struct AliceCryptodataMessage *`. Bob is not expected 37 * send a `struct AliceCryptodataMessage *`. Bob is not expected
38 * to respond via CADET in the meantime. 38 * to respond via CADET in the meantime.
39 */ 39 */
40struct ServiceRequestMessage { 40struct ServiceRequestMessage
41{
41 /** 42 /**
42 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION 43 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION
43 */ 44 */
@@ -65,7 +66,8 @@ struct ServiceRequestMessage {
65 * (after set intersection). Alice may send messages of this 66 * (after set intersection). Alice may send messages of this
66 * type repeatedly to transmit all values. 67 * type repeatedly to transmit all values.
67 */ 68 */
68struct AliceCryptodataMessage { 69struct AliceCryptodataMessage
70{
69 /** 71 /**
70 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA 72 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA
71 */ 73 */
@@ -89,7 +91,8 @@ struct AliceCryptodataMessage {
89 * conversation may be continued with `struct BobCryptodataMultipartMessage` 91 * conversation may be continued with `struct BobCryptodataMultipartMessage`
90 * messages afterwards. 92 * messages afterwards.
91 */ 93 */
92struct BobCryptodataMessage { 94struct BobCryptodataMessage
95{
93 /** 96 /**
94 * GNUNET message header with type 97 * GNUNET message header with type
95 * #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA. 98 * #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA.
@@ -114,7 +117,8 @@ struct BobCryptodataMessage {
114 * Once all k-values have been transmitted, Bob is finished and 117 * Once all k-values have been transmitted, Bob is finished and
115 * Alice can transmit the final result to the client. 118 * Alice can transmit the final result to the client.
116 */ 119 */
117struct BobCryptodataMultipartMessage { 120struct BobCryptodataMultipartMessage
121{
118 /** 122 /**
119 * GNUNET message header 123 * GNUNET message header
120 */ 124 */