diff options
Diffstat (limited to 'shaping/src/main.cpp')
| -rw-r--r-- | shaping/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shaping/src/main.cpp b/shaping/src/main.cpp index 91e1202..f9a38b2 100644 --- a/shaping/src/main.cpp +++ b/shaping/src/main.cpp @@ -25,6 +25,8 @@ static void *shaper_thread_loop(void *data) return NULL; } + swarmkv_register_thread(ctx->swarmkv_db); + //loop to process pkts while(!quit) { shaper_packet_recv_and_process(ctx); |
