added/updated comments in SP client for doxygenization
authorChristian Fuchs <christian.fuchs@cfuchs.net>
Mon, 14 Oct 2013 13:04:40 +0000 (13:04 +0000)
committerChristian Fuchs <christian.fuchs@cfuchs.net>
Mon, 14 Oct 2013 13:04:40 +0000 (13:04 +0000)
src/scalarproduct/gnunet-scalarproduct.c

index 32ed952685c92b84c2d0a28e0d33056be36e6417..2c966ef158ea6497507af0ee5ed17a6f02ddb721 100644 (file)
@@ -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,