gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] 03/03: - doxygen


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/03: - doxygen
Date: Mon, 20 Feb 2017 19:22:21 +0100

This is an automated email from the git hooks/post-receive script.

bart-polot pushed a commit to branch master
in repository gnunet.

commit 94cf985aff9d02cded27a9739c2836cc741400f3
Author: Bart Polot <address@hidden>
AuthorDate: Mon Feb 20 19:21:21 2017 +0100

    - doxygen
---
 src/cadet/gnunet-cadet.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/cadet/gnunet-cadet.c b/src/cadet/gnunet-cadet.c
index a08c178f4..c194a5bc1 100644
--- a/src/cadet/gnunet-cadet.c
+++ b/src/cadet/gnunet-cadet.c
@@ -381,14 +381,10 @@ request_dump (void *cls)
 
 
 /**
- * Function called whenever a message is received.
+ * Check data message sanity. Does nothing so far (all messages are OK).
  *
- * Each time the function must call #GNUNET_CADET_receive_done on the channel
- * in order to receive the next message. This doesn't need to be immediate:
- * can be delayed if some processing is done on the message.
- *
- * @param cls should match #ch
- * @param message The actual message.
+ * @param cls Closure (unused).
+ * @param message The message to check.
  * @return #GNUNET_OK to keep the channel open,
  *         #GNUNET_SYSERR to close it (signal serious error).
  */

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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