mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
iperf: move to trunk and add myself as maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33691 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--- a/src/Reporter.c
|
||||
+++ b/src/Reporter.c
|
||||
@@ -308,6 +308,11 @@ ReportHeader* InitReport( thread_Setting
|
||||
#else
|
||||
// set start time
|
||||
gettimeofday( &(reporthdr->report.startTime), NULL );
|
||||
+
|
||||
+ // set next time
|
||||
+ reporthdr->report.nextTime = reporthdr->report.startTime;
|
||||
+ TimeAdd( reporthdr->report.nextTime, reporthdr->report.intervalTime );
|
||||
+
|
||||
/*
|
||||
* Process the report in this thread
|
||||
*/
|
||||
Reference in New Issue
Block a user