From 681bc52f5f3f6b8e9580ce732ec27111e8836dbd Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 9 Jun 1998 18:49:10 +0000 Subject: Show the time that we reached maximum throughput. Submitted by: "Stephane E. Potvin" --- usr.sbin/ppp/throughput.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/throughput.h') diff --git a/usr.sbin/ppp/throughput.h b/usr.sbin/ppp/throughput.h index 7a2f065..dfad619 100644 --- a/usr.sbin/ppp/throughput.h +++ b/usr.sbin/ppp/throughput.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: throughput.h,v 1.2.4.4 1998/04/16 00:26:19 brian Exp $ + * $Id: throughput.h,v 1.3 1998/05/21 21:48:43 brian Exp $ */ #define SAMPLE_PERIOD 5 @@ -35,6 +35,7 @@ struct pppThroughput { u_long SampleOctets[SAMPLE_PERIOD]; int OctetsPerSecond; int BestOctetsPerSecond; + time_t BestOctetsPerSecondTime; int nSample; unsigned rolling : 1; struct pppTimer Timer; -- cgit v1.1