From: Christian Fuchs Date: Mon, 14 Oct 2013 13:04:40 +0000 (+0000) Subject: added/updated comments in SP client for doxygenization X-Git-Tag: initial-import-from-subversion-38251~6547 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c0e67586c60169b865aaeeba91bad91d21a00e87;p=oweals%2Fgnunet.git added/updated comments in SP client for doxygenization --- diff --git a/src/scalarproduct/gnunet-scalarproduct.c b/src/scalarproduct/gnunet-scalarproduct.c index 32ed95268..2c966ef15 100644 --- a/src/scalarproduct/gnunet-scalarproduct.c +++ b/src/scalarproduct/gnunet-scalarproduct.c @@ -36,6 +36,9 @@ #define LOG(kind,...) GNUNET_log_from (kind, "gnunet-scalarproduct",__VA_ARGS__) #define INPUTSTRINGLENGTH 1024 +/** + * A primitive closure structure holding information about our session + */ struct ScalarProductCallbackClosure { /** @@ -112,12 +115,8 @@ responder_callback (void *cls, * Callback called if we are initiating a new computation session * * @param cls unused - * @param key unused - * @param peer unused * @param status if our job was successfully processed - * @param size size of the msg returned - * @param msg the response we got. - * @param type of the message received + * @param result the result in gnu/gcry MPI format */ static void requester_callback (void *cls,