aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh-enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh-enc.c')
-rw-r--r--src/mesh/gnunet-service-mesh-enc.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mesh/gnunet-service-mesh-enc.c b/src/mesh/gnunet-service-mesh-enc.c
index 1767f5a1a..55b189da1 100644
--- a/src/mesh/gnunet-service-mesh-enc.c
+++ b/src/mesh/gnunet-service-mesh-enc.c
@@ -72,16 +72,14 @@
72/*********************** GLOBAL VARIABLES ****************************/ 72/*********************** GLOBAL VARIABLES ****************************/
73/******************************************************************************/ 73/******************************************************************************/
74 74
75/************************** Configuration parameters **************************/ 75/****************************** Global variables ******************************/
76
77
78
79/*************************** Static global variables **************************/
80 76
81/** 77/**
82 * Handle to the statistics service. 78 * Handle to the statistics service.
83 */ 79 */
84static struct GNUNET_STATISTICS_Handle *stats; 80struct GNUNET_STATISTICS_Handle *stats;
81
82/*************************** Static global variables **************************/
85 83
86/** 84/**
87 * Local peer own ID (memory efficient handle). 85 * Local peer own ID (memory efficient handle).