From e82ddb1df77b55906949f158745866133e835acf Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 3 Apr 2013 14:11:36 +0000 Subject: docu --- src/transport/gnunet-service-transport_manipulation.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c index a51e9da4e..5c26a8038 100644 --- a/src/transport/gnunet-service-transport_manipulation.c +++ b/src/transport/gnunet-service-transport_manipulation.c @@ -50,6 +50,9 @@ struct GST_ManipulationHandle man_handle; struct GST_ManipulationHandle { + /** + * Hashmap contain all peers currently manipulated + */ struct GNUNET_CONTAINER_MultiHashMap *peers; /** @@ -74,11 +77,14 @@ struct GST_ManipulationHandle }; - +/** + * 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 @@ struct DelayQueueEntry void *cont_cls; }; +/** + * Struct containing information about manipulations to a specific peer + */ struct TM_Peer { struct GNUNET_PeerIdentity peer; @@ -525,6 +534,10 @@ free_tmps (void *cls, return GNUNET_OK; } + +/** + * Stop traffic manipulation + */ void GST_manipulation_stop () { -- cgit v1.2.3