gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26737 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r26737 - gnunet/src/transport
Date: Wed, 3 Apr 2013 16:11:36 +0200

Author: wachs
Date: 2013-04-03 16:11:36 +0200 (Wed, 03 Apr 2013)
New Revision: 26737

Modified:
   gnunet/src/transport/gnunet-service-transport_manipulation.c
Log:
docu


Modified: gnunet/src/transport/gnunet-service-transport_manipulation.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_manipulation.c        
2013-04-03 13:31:15 UTC (rev 26736)
+++ gnunet/src/transport/gnunet-service-transport_manipulation.c        
2013-04-03 14:11:36 UTC (rev 26737)
@@ -50,6 +50,9 @@
 
 struct GST_ManipulationHandle
 {
+       /**
+        * Hashmap contain all peers currently manipulated
+        */
        struct GNUNET_CONTAINER_MultiHashMap *peers;
 
        /**
@@ -74,11 +77,14 @@
 
 };
 
-
+/**
+ * Struct containing information about manipulations to a specific peer
+ */
 struct TM_Peer;
 
-
-
+/**
+ * Entry in the delay queue for an outbound delayed message
+ */
 struct DelayQueueEntry
 {
        struct DelayQueueEntry *prev;
@@ -92,6 +98,9 @@
        void *cont_cls;
 };
 
+/**
+ * Struct containing information about manipulations to a specific peer
+ */
 struct TM_Peer
 {
        struct GNUNET_PeerIdentity peer;
@@ -525,6 +534,10 @@
        return GNUNET_OK;
 }
 
+
+/**
+ * Stop traffic manipulation
+ */
 void
 GST_manipulation_stop ()
 {




reply via email to

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