aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nse/gnunet-service-nse.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index ef8784946..15a9c2b54 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -45,6 +45,11 @@
45#include "gnunet_nse_service.h" 45#include "gnunet_nse_service.h"
46#include "nse.h" 46#include "nse.h"
47 47
48/**
49 * Should we generate a histogram with the time stamps of when we received
50 * NSE messages to disk? (for performance evaluation only, not useful in
51 * production)
52 */
48#define ENABLE_HISTOGRAM GNUNET_YES 53#define ENABLE_HISTOGRAM GNUNET_YES
49 54
50/** 55/**