summaryrefslogtreecommitdiff
path: root/shaping/test/stub.h
diff options
context:
space:
mode:
authorroot <[email protected]>2023-11-09 07:27:03 +0000
committerroot <[email protected]>2023-11-09 07:27:03 +0000
commit0e780765553bbcf62fa604add488cca48d49ea03 (patch)
tree171877fc2579b26edd28535b0497aae1bae6fc6d /shaping/test/stub.h
parentd5c95aaa048120ddc4b72a7d08cb70638172b3ac (diff)
modify test case
Diffstat (limited to 'shaping/test/stub.h')
-rw-r--r--shaping/test/stub.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/shaping/test/stub.h b/shaping/test/stub.h
index 80e099b..48b9b0b 100644
--- a/shaping/test/stub.h
+++ b/shaping/test/stub.h
@@ -41,8 +41,9 @@ struct stub_pkt_queue* stub_get_tx_queue();
int stub_AQM_drop_packet(int queue_len, unsigned long long income_time);
-void stub_curr_time_inc(unsigned long long time_ns);
-unsigned long long stub_curr_time_get();
+void stub_curr_time_ns_inc(unsigned long long time_ns);
+void stub_curr_time_s_inc(int time_s);
+unsigned long long stub_curr_time_ns_get();
void stub_init();