Skip to content
Snippets Groups Projects
Commit d7e38e3e authored by Daniel Salzman's avatar Daniel Salzman
Browse files

Remove stat module rest

parent ef22aece
No related branches found
No related tags found
No related merge requests found
......@@ -40,9 +40,6 @@
#define XFR_THREADS_COUNT 3 /*!< \brief Number of threads for XFR handler. */
#define RECVMMSG_BATCHLEN 64 /*!< \brief Define for recvmmsg() batch size. */
///*! \brief If defined, the statistics module will be enabled. */
//#define STAT_COMPILE
/* Workarounds for clock_gettime() not available on some platforms. */
#ifdef HAVE_CLOCK_GETTIME
#define time_now(x) clock_gettime(CLOCK_MONOTONIC, (x))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment