From 13959d11ec74c762a55c7f2ca26ca0ab4245d58e Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 21 May 2000 06:20:35 +0000 Subject: [lcd4linux @ 2000-05-21 06:20:35 by reinelt] added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future --- system.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'system.h') diff --git a/system.h b/system.h index 1c8dd30..d8870f9 100644 --- a/system.h +++ b/system.h @@ -1,4 +1,4 @@ -/* $Id: system.h,v 1.6 2000/04/13 06:09:52 reinelt Exp $ +/* $Id: system.h,v 1.7 2000/05/21 06:20:35 reinelt Exp $ * * system status retreivement * @@ -20,6 +20,11 @@ * * * $Log: system.h,v $ + * Revision 1.7 2000/05/21 06:20:35 reinelt + * + * added ppp throughput + * token is '%t[iomt]' at the moment, but this will change in the near future + * * Revision 1.6 2000/04/13 06:09:52 reinelt * * added BogoMips() to system.c (not used by now, maybe sometimes we can @@ -61,6 +66,7 @@ int Load (double *load1, double *load2, double *load3); int Busy (double *user, double *nice, double *system, double *idle); int Disk (int *r, int *w); int Net (int *rx, int *tx); +int PPP (int unit, int *rx, int *tx); int Sensor (int index, double *val, double *min, double *max); #endif -- cgit v1.2.3