remove output
[oweals/gnunet.git] / src / transport / gnunet-service-transport_manipulation.c
index ac77399305ce51bca29daae4a7d5f8662444e453..4a941462281e151353642da41b080c39f1af6c3b 100644 (file)
@@ -41,9 +41,6 @@ enum TRAFFIC_METRIC_DIRECTION
        TM_BOTH = 2
 };
 
-struct GST_ManipulationHandle man_handle;
-
-
 
 /**
  * Struct containing information about manipulations to a specific peer
@@ -185,6 +182,8 @@ struct DelayQueueEntry
        void *cont_cls;
 };
 
+struct GST_ManipulationHandle man_handle;
+
 /**
  * DLL head for delayed messages based on general delay
  */