diff options
| author | root <[email protected]> | 2024-02-23 10:20:48 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-02-23 10:20:48 +0000 |
| commit | 1e252eae6a7e1bf4fc49ddd215616befdeec14c2 (patch) | |
| tree | 6e50bd6c6fd5b5d29d091ae381b7bee8d3216148 /shaping/test/stub.h | |
| parent | 8e612e54c54aab5504ad48e8151efd5f6073abc0 (diff) | |
add feature dscp
Diffstat (limited to 'shaping/test/stub.h')
| -rw-r--r-- | shaping/test/stub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shaping/test/stub.h b/shaping/test/stub.h index a00bd01..d466944 100644 --- a/shaping/test/stub.h +++ b/shaping/test/stub.h @@ -36,6 +36,7 @@ void stub_set_profile_type(int profile_id, enum shaping_profile_type type); void stub_set_async_token_get_times(int profile_id, int times); void stub_set_matched_shaping_rules(int rule_num, long long *rule_id, const int *priority, const int *profile_num, int profile_id[][MAX_REF_PROFILE]); +void stub_set_shaping_rule_dscp_value(int rule_id, int dscp_value); void stub_clear_matched_shaping_rules(); void stub_send_packet(struct stub_packet *packet); |
