diff options
| author | root <[email protected]> | 2024-07-23 07:20:03 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-07-23 07:20:03 +0000 |
| commit | b1877c79630a88b8a88edc3da0c75f67e879e3e0 (patch) | |
| tree | 87a29d9b30dd5df380d082494a55bac3114fcbd5 /shaping/src/shaper.cpp | |
| parent | 782ee7558dc53f308edd9c0ad1813d43bb22b33c (diff) | |
fix test case
Diffstat (limited to 'shaping/src/shaper.cpp')
| -rw-r--r-- | shaping/src/shaper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/src/shaper.cpp b/shaping/src/shaper.cpp index a662df4..9c2a49f 100644 --- a/shaping/src/shaper.cpp +++ b/shaping/src/shaper.cpp @@ -1291,7 +1291,7 @@ void polling_entry(struct shaper *sp, struct shaping_stat *stat, struct shaping_ cnt++; } - if (shaper_global_stat_queueing_pkts_get(&ctx->thread_global_stat) == 0) { + if (shaper_global_stat_queueing_pkts_get() == 0) { return; } |
