Added BBS MIB counters

This commit is contained in:
Michiel Broek 2007-04-30 19:54:57 +00:00
parent 9a4170fe19
commit 277df5d363

View File

@ -124,6 +124,16 @@ typedef struct {
unsigned int tfilesmagic; /* MIB tosser files magics */
unsigned int tfileshatched; /* MIB tosser files hatched */
unsigned int bsessions; /* MIB BBS sessions */
unsigned int bminutes; /* MIB BBS minutes used */
unsigned int bposted; /* MIB BBS msgs posted */
unsigned int buploads; /* MIB BBS file uploads */
unsigned int bkbupload; /* MIB BBS kbytes uploaded */
unsigned int bdownloads; /* MIB BBS file downloads */
unsigned int bkbdownload; /* MIB BBS kbytes downloaded */
unsigned int bchats; /* MIB BBS chatsessions */
unsigned int bchatminutes; /* MIB BBS chat minutes */
} status_r;