gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30954 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r30954 - gnunet/src/fs
Date: Thu, 28 Nov 2013 20:31:54 +0100

Author: grothoff
Date: 2013-11-28 20:31:54 +0100 (Thu, 28 Nov 2013)
New Revision: 30954

Modified:
   gnunet/src/fs/gnunet-service-fs_pe.c
Log:
-doxygen

Modified: gnunet/src/fs/gnunet-service-fs_pe.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_pe.c        2013-11-28 19:30:15 UTC (rev 
30953)
+++ gnunet/src/fs/gnunet-service-fs_pe.c        2013-11-28 19:31:54 UTC (rev 
30954)
@@ -54,7 +54,7 @@
  * a particular pending request.
  *
  * The corresponding head and tail of the "PE" MDLL
- * are stored in a 'struct GSF_RequestPlan'. (We need
+ * are stored in a `struct GSF_RequestPlan`. (We need
  * to be able to lookup all pending requests corresponding
  * to a given plan entry.)
  *
@@ -238,7 +238,7 @@
 /**
  * Figure out when and how to transmit to the given peer.
  *
- * @param cls the 'struct GSF_ConnectedPeer' for transmission
+ * @param cls the `struct GSF_ConnectedPeer` for transmission
  * @param tc scheduler context
  */
 static void
@@ -376,7 +376,7 @@
  * Function called to get a message for transmission.
  *
  * @param cls closure
- * @param buf_size number of bytes available in buf
+ * @param buf_size number of bytes available in @a buf
  * @param buf where to copy the message, NULL on error (peer disconnect)
  * @return number of bytes copied to 'buf', can be 0 (without indicating an 
error)
  */
@@ -525,8 +525,8 @@
  * @param cls closure
  * @param query the query
  * @param element request plan stored at the node
- * @return GNUNET_YES if we should continue to iterate,
- *         GNUNET_NO if not (merge success)
+ * @return #GNUNET_YES if we should continue to iterate,
+ *         #GNUNET_NO if not (merge success)
  */
 static int
 merge_pr (void *cls, const struct GNUNET_HashCode * query, void *element)
@@ -707,17 +707,17 @@
 
 /**
  * Get the last transmission attempt time for the request plan list
- * referenced by 'pr_head', that was sent to 'sender'
+ * referenced by @a pr_head, that was sent to @a sender
  *
  * @param pr_head request plan reference list to check.
  * @param sender the peer that we've sent the request to.
- * @param result the timestamp to fill, set to "FOREVER" if never transmitted
- * @return GNUNET_YES if 'result' was changed, GNUNET_NO otherwise.
+ * @param result the timestamp to fill, set to #GNUNET_TIME_UNIT_FOREVER_ABS 
if never transmitted
+ * @return #GNUNET_YES if @a result was changed, #GNUNET_NO otherwise.
  */
 int
-GSF_request_plan_reference_get_last_transmission_ (
-    struct GSF_PendingRequestPlanBijection *pr_head, struct GSF_ConnectedPeer 
*sender,
-    struct GNUNET_TIME_Absolute *result)
+GSF_request_plan_reference_get_last_transmission_ (struct 
GSF_PendingRequestPlanBijection *pr_head,
+                                                   struct GSF_ConnectedPeer 
*sender,
+                                                   struct GNUNET_TIME_Absolute 
*result)
 {
   struct GSF_PendingRequestPlanBijection *bi;
 




reply via email to

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