summaryrefslogtreecommitdiff
path: root/shaping/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaping/src/main.cpp')
-rw-r--r--shaping/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shaping/src/main.cpp b/shaping/src/main.cpp
index 62d3dcb..7f106ed 100644
--- a/shaping/src/main.cpp
+++ b/shaping/src/main.cpp
@@ -5,6 +5,7 @@
#include <assert.h>
#include "shaper.h"
+#include "shaper_stat.h"
#include "shaper_marsio.h"
#include "shaper_session.h"
@@ -13,6 +14,7 @@ static void *shaper_thread_loop(void *data)
struct shaping_thread_ctx *ctx = (struct shaping_thread_ctx *)data;
marsio_thread_init(ctx->marsio_info->instance);
+ shaper_stat_tags_init();
//loop to process pkts
while(1) {