diff options
| author | root <[email protected]> | 2023-09-12 06:33:02 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2023-09-12 06:33:02 +0000 |
| commit | 5dfb14050b72d3cb10a4c9f61140b15780e5ff72 (patch) | |
| tree | 440b14580744858714cfff036c155490dbdadbe3 /shaping/src/main.cpp | |
| parent | cd9e72e6e614691903e9befd0b1b7d9d4c3d8845 (diff) | |
adapt swarmkv new arc
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); |
