aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scalarproduct_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_scalarproduct_service.h')
-rw-r--r--src/include/gnunet_scalarproduct_service.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_scalarproduct_service.h b/src/include/gnunet_scalarproduct_service.h
index a398a3198..5f09f6a8a 100644
--- a/src/include/gnunet_scalarproduct_service.h
+++ b/src/include/gnunet_scalarproduct_service.h
@@ -66,7 +66,7 @@ typedef void (*GNUNET_SCALARPRODUCT_ContinuationWithStatus) (void *cls,
66 enum GNUNET_SCALARPRODUCT_ResponseStatus status); 66 enum GNUNET_SCALARPRODUCT_ResponseStatus status);
67/** 67/**
68 * Process a datum that was stored in the scalarproduct. 68 * Process a datum that was stored in the scalarproduct.
69 * 69 *
70 * @param cls closure 70 * @param cls closure
71 * @param status Status of the request 71 * @param status Status of the request
72 * @param type result of the computation 72 * @param type result of the computation
@@ -77,7 +77,7 @@ typedef void (*GNUNET_SCALARPRODUCT_DatumProcessor) (void *cls,
77 77
78/** 78/**
79 * Request by Alice's client for computing a scalar product 79 * Request by Alice's client for computing a scalar product
80 * 80 *
81 * @param h handle to the master context 81 * @param h handle to the master context
82 * @param key Session key - unique to the requesting client 82 * @param key Session key - unique to the requesting client
83 * @param peer PeerID of the other peer 83 * @param peer PeerID of the other peer
@@ -100,8 +100,8 @@ GNUNET_SCALARPRODUCT_request (const struct GNUNET_CONFIGURATION_Handle *cfg,
100 void *cont_cls); 100 void *cont_cls);
101 101
102/** 102/**
103 * Used by Bob's client to cooperate with Alice, 103 * Used by Bob's client to cooperate with Alice,
104 * 104 *
105 * @param h handle to our configuration 105 * @param h handle to our configuration
106 * @param key Session key - unique to the requesting client 106 * @param key Session key - unique to the requesting client
107 * @param elements Array of elements of the vector 107 * @param elements Array of elements of the vector
@@ -119,7 +119,7 @@ GNUNET_SCALARPRODUCT_response (const struct GNUNET_CONFIGURATION_Handle *cfg,
119/** 119/**
120 * Cancel an ongoing computation or revoke our collaboration offer. 120 * Cancel an ongoing computation or revoke our collaboration offer.
121 * Closes the connection to the service 121 * Closes the connection to the service
122 * 122 *
123 * @param h handel to terminate 123 * @param h handel to terminate
124 */ 124 */
125void 125void
@@ -128,7 +128,7 @@ GNUNET_SCALARPRODUCT_cancel (struct GNUNET_SCALARPRODUCT_ComputationHandle * h);
128/** 128/**
129 * Cancel ALL ongoing computation or revoke our collaboration offer. 129 * Cancel ALL ongoing computation or revoke our collaboration offer.
130 * Closes ALL connections to the service 130 * Closes ALL connections to the service
131 * 131 *
132 */ 132 */
133void 133void
134GNUNET_SCALARPRODUCT_disconnect (); 134GNUNET_SCALARPRODUCT_disconnect ();