- doxygen
authorBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 09:25:36 +0000 (09:25 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 15 Nov 2013 09:25:36 +0000 (09:25 +0000)
src/include/gnunet_mesh_service.h
src/mesh/gnunet-service-mesh_connection.c
src/mesh/mesh_api.c

index 6819af655fbaec8201397eeabe0abf8cc026d811..25b3809322859fa66c039ac2761dcbdad19d626e 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 /**
- * @file include/gnunet_mesh_service_enc.h
+ * @file include/gnunet_mesh_service.h
  * @brief mesh service; establish channels to distant peers
  * @author Christian Grothoff
  */
index 0b59ef4eceb98ef94f9372d5283569d4802b2f99..b92ea6f94c2e93a4b9860ebc7c87f087e329ffb8 100644 (file)
@@ -380,6 +380,7 @@ connection_change_state (struct MeshConnection* c,
  *
  * @param cls Closure (FC).
  * @param c Connection this message was on.
+ * @param q Queue handler this call invalidates.
  * @param type Type of message sent.
  * @param fwd Was this a FWD going message?
  * @param size Size of the message.
@@ -919,6 +920,7 @@ connection_poll (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc);
  *
  * @param cls Closure (FC).
  * @param c Connection this message was on.
+ * @param q Queue handler this call invalidates.
  * @param type Type of message sent.
  * @param fwd Was this a FWD going message?
  * @param size Size of the message.
index a9f46393242ab1e83e36442db73abf6c99b9dfef..d4402020c0771a6f60906c75a6f8bf88911caba5 100644 (file)
@@ -16,7 +16,7 @@
 */
 
 /**
- * @file mesh/mesh_api_enc.c
+ * @file mesh/mesh_api.c
  * @brief mesh api: client implementation of new mesh service
  * @author Bartlomiej Polot
  */