diff options
Diffstat (limited to 'misc/ipcdefs.h')
| -rw-r--r-- | misc/ipcdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/ipcdefs.h b/misc/ipcdefs.h index 612c118..f36d724 100644 --- a/misc/ipcdefs.h +++ b/misc/ipcdefs.h @@ -38,6 +38,8 @@ TVDEF(RATEUP, NUM, "rate_up") TVDEF(SESSDWN, NUM, "sess_down") TVDEF(SESSUP, NUM, "sess_up") TVDEF(STATE, TSTATE, "state") +TVDEF(TOTDWN, NUM, "total_down") +TVDEF(TOTUP, NUM, "total_up") TVDEF(TRERR, NUM, "tr_errors") #ifdef __IPCTV #undef __IPCTV |