gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26434 - in gnunet/src: arm include util


From: gnunet
Subject: [GNUnet-SVN] r26434 - in gnunet/src: arm include util
Date: Fri, 15 Mar 2013 08:05:20 +0100

Author: LRN
Date: 2013-03-15 08:05:20 +0100 (Fri, 15 Mar 2013)
New Revision: 26434

Modified:
   gnunet/src/arm/gnunet-arm.c
   gnunet/src/arm/gnunet-service-arm.c
   gnunet/src/include/gnunet_disk_lib.h
   gnunet/src/util/pseudonym.c
Log:
Docfixes

Modified: gnunet/src/arm/gnunet-arm.c
===================================================================
--- gnunet/src/arm/gnunet-arm.c 2013-03-14 16:40:06 UTC (rev 26433)
+++ gnunet/src/arm/gnunet-arm.c 2013-03-15 07:05:20 UTC (rev 26434)
@@ -245,11 +245,12 @@
  * Function called whenever we connect to or disconnect from ARM.
  *
  * @param cls closure
+ * @param arm handle to the ARM connection
  * @param connected GNUNET_YES if connected, GNUNET_NO if disconnected
  * @param error GNUNET_YES if we encountered a permanent error, and there
  *              will be no re-connection.
  */
-void
+static void
 conn_status (void *cls, struct GNUNET_ARM_Handle *arm, unsigned char 
connected, unsigned char error)
 {
   if (GNUNET_YES == error)
@@ -504,6 +505,7 @@
  * Function called when a service starts or stops.
  *
  * @param cls closure
+ * @param arm handle to the ARM connection
  * @param service service name
  * @param status status of the service
  */

Modified: gnunet/src/arm/gnunet-service-arm.c
===================================================================
--- gnunet/src/arm/gnunet-service-arm.c 2013-03-14 16:40:06 UTC (rev 26433)
+++ gnunet/src/arm/gnunet-service-arm.c 2013-03-15 07:05:20 UTC (rev 26434)
@@ -312,6 +312,7 @@
  *
  * @param client who is being signalled
  * @param name name of the service
+ * @param request_id id of the request that is being responded to.
  * @param result message type to send
  * @return NULL if it was not found
  */
@@ -339,6 +340,8 @@
  *
  * @param name name of the service
  * @param status message type to send
+ * @param unicast if not NULL, send to this client only.
+ *                otherwise, send to all clients in the notifier
  */
 static void
 broadcast_status (const char *name, enum GNUNET_ARM_ServiceStatus status,
@@ -374,6 +377,8 @@
  *
  * @param sl identifies service to start
  * @param client that asked to start the service (may be NULL)
+ * @param request_id id of the request in response to which the process is
+ *                   being started. 0 if starting was not requested.
  */
 static void
 start_process (struct ServiceList *sl, struct GNUNET_SERVER_Client *client, 
uint64_t request_id)

Modified: gnunet/src/include/gnunet_disk_lib.h
===================================================================
--- gnunet/src/include/gnunet_disk_lib.h        2013-03-14 16:40:06 UTC (rev 
26433)
+++ gnunet/src/include/gnunet_disk_lib.h        2013-03-15 07:05:20 UTC (rev 
26434)
@@ -519,7 +519,7 @@
 /**
  * Get a handle from a native integer FD.
  *
- * @param fd native integer file descriptor
+ * @param fno native integer file descriptor
  * @return file handle corresponding to the descriptor
  */
 struct GNUNET_DISK_FileHandle *

Modified: gnunet/src/util/pseudonym.c
===================================================================
--- gnunet/src/util/pseudonym.c 2013-03-14 16:40:06 UTC (rev 26433)
+++ gnunet/src/util/pseudonym.c 2013-03-15 07:05:20 UTC (rev 26434)
@@ -230,7 +230,7 @@
  * Writes the pseudonym infomation into a file
  *
  * @param cfg overall configuration
- * @param nsid id of the pseudonym
+ * @param pseudonym id of the pseudonym
  * @param name name to set. Must be the non-unique version of it.
  *        May be NULL, in which case it erases pseudonym's name!
  * @param md metadata to set
@@ -284,7 +284,7 @@
  * Read pseudonym infomation from a file
  *
  * @param cfg configuration to use
- * @param nsid hash code of a pseudonym
+ * @param pseudonym hash code of a pseudonym
  * @param meta meta data to be read from a file
  * @param rank rank of a pseudonym
  * @param ns_name name of a pseudonym




reply via email to

[Prev in Thread] Current Thread [Next in Thread]