gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30381 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30381 - gnunet/src/mesh
Date: Mon, 21 Oct 2013 18:12:26 +0200

Author: bartpolot
Date: 2013-10-21 18:12:26 +0200 (Mon, 21 Oct 2013)
New Revision: 30381

Modified:
   gnunet/src/mesh/gnunet-service-mesh_peer.c
   gnunet/src/mesh/gnunet-service-mesh_peer.h
Log:
- document possible 'hidden' frees


Modified: gnunet/src/mesh/gnunet-service-mesh_peer.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-10-21 16:07:57 UTC (rev 
30380)
+++ gnunet/src/mesh/gnunet-service-mesh_peer.c  2013-10-21 16:12:26 UTC (rev 
30381)
@@ -1066,7 +1066,8 @@
  * Cancel all queued messages to a peer that belong to a certain connection.
  *
  * @param peer Peer towards whom to cancel.
- * @param c Connection whose queued messages to cancel.
+ * @param c Connection whose queued messages to cancel. Might be destroyed by
+ *          the sent continuation call.
  */
 void
 GMP_queue_cancel (struct MeshPeer *peer, struct MeshConnection *c)

Modified: gnunet/src/mesh/gnunet-service-mesh_peer.h
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_peer.h  2013-10-21 16:07:57 UTC (rev 
30380)
+++ gnunet/src/mesh/gnunet-service-mesh_peer.h  2013-10-21 16:12:26 UTC (rev 
30381)
@@ -137,7 +137,8 @@
  * Cancel all queued messages to a peer that belong to a certain connection.
  *
  * @param peer Peer towards whom to cancel.
- * @param c Connection whose queued messages to cancel.
+ * @param c Connection whose queued messages to cancel. Might be destroyed by
+ *          the sent continuation call.
  */
 void
 GMP_queue_cancel (struct MeshPeer *peer, struct MeshConnection *c);




reply via email to

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