diff options
Diffstat (limited to 'accel-pppd/extra/net-snmp/sessionTable_oids.h')
-rw-r--r-- | accel-pppd/extra/net-snmp/sessionTable_oids.h | 33 |
1 files changed, 21 insertions, 12 deletions
diff --git a/accel-pppd/extra/net-snmp/sessionTable_oids.h b/accel-pppd/extra/net-snmp/sessionTable_oids.h index 0fc5c28..01d84b6 100644 --- a/accel-pppd/extra/net-snmp/sessionTable_oids.h +++ b/accel-pppd/extra/net-snmp/sessionTable_oids.h @@ -1,6 +1,6 @@ /* * Note: this file originally auto-generated by mib2c using - * : generic-table-oids.m2c 12855 2005-09-27 15:56:08Z rstory $ + * : generic-table-oids.m2c 17548 2009-04-23 16:35:18Z hardaker $ * * $Id:$ */ @@ -15,28 +15,37 @@ extern "C" { /* column number definitions for table sessionTable */ #define SESSIONTABLE_OID 1,3,6,1,4,1,8072,100,2,1 -#define COLUMN_SESSID 1 +#define COLUMN_SESSID 1 + #define COLUMN_SESIFNAME 2 - + #define COLUMN_SESUSERNAME 3 - + #define COLUMN_SESIP 4 - + #define COLUMN_SESTYPE 5 - + #define COLUMN_SESSTATE 6 - + #define COLUMN_SESUPTIME 7 - + #define COLUMN_SESCALLINGSID 8 - + #define COLUMN_SESCALLEDSID 9 - + +#define COLUMN_SESRXBYTES 10 + +#define COLUMN_SESRXPKTS 11 + +#define COLUMN_SESTXBYTES 12 + +#define COLUMN_SESTXPKTS 13 + #define SESSIONTABLE_MIN_COL COLUMN_SESSID -#define SESSIONTABLE_MAX_COL COLUMN_SESCALLEDSID - +#define SESSIONTABLE_MAX_COL COLUMN_SESTXPKTS + #ifdef __cplusplus |