diff options
| author | root <[email protected]> | 2023-11-09 07:27:03 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2023-11-09 07:27:03 +0000 |
| commit | 0e780765553bbcf62fa604add488cca48d49ea03 (patch) | |
| tree | 171877fc2579b26edd28535b0497aae1bae6fc6d /shaping/include | |
| parent | d5c95aaa048120ddc4b72a7d08cb70638172b3ac (diff) | |
modify test case
Diffstat (limited to 'shaping/include')
| -rw-r--r-- | shaping/include/shaper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shaping/include/shaper.h b/shaping/include/shaper.h index aacd15e..d130222 100644 --- a/shaping/include/shaper.h +++ b/shaping/include/shaper.h @@ -33,6 +33,7 @@ extern "C" { struct shaping_system_conf { unsigned int session_queue_len_max; unsigned int priority_queue_len_max; + unsigned int pkt_max_delay_time_us; int polling_node_num_max[SHAPING_PRIORITY_NUM_MAX]; int work_thread_num; int cpu_affinity_enable; |
