diff options
| author | 刘畅 <[email protected]> | 2023-10-11 01:43:14 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-10-11 01:43:14 +0000 |
| commit | 329a44aef63ed3247812481a112b8fac0facbde0 (patch) | |
| tree | 4cd6b3eb3e2caead4309df025d0d968be24431d4 /shaping/src/main.cpp | |
| parent | cd9e72e6e614691903e9befd0b1b7d9d4c3d8845 (diff) | |
| parent | ba9ed468a08a21e92f2e1cf5d61db493f9e5b188 (diff) | |
Merge branch 'adapt_new_arc_swarmkv' into 'rel'v1.3.0
optimize performance for swarmkv
See merge request tango/shaping-engine!42
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); |
