summary refs log tree commit diff
path: root/misc
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2009-01-26 22:04:37 +0100
committerRichard Nyberg <rnyberg@murmeldjur.se>2009-01-26 22:15:10 +0100
commita32c7814ccdf310a91c3f16ed32ae90f87424efe (patch)
tree41f6c6c492ea3075a24bd19dcacec1fbbeaf1ba5 /misc
parent3273c5c1b233bd34daca1fff603da70bc5db6441 (diff)
downloadbtpd-a32c7814ccdf310a91c3f16ed32ae90f87424efe.tar.gz
btpd-a32c7814ccdf310a91c3f16ed32ae90f87424efe.zip
Show tracker counts in btcli stat.
The counts are for "reachable" trackers, ie. trackers that haven't
timed out or been disabled for one reason or other.
Diffstat (limited to 'misc')
-rw-r--r--misc/ipcdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ipcdefs.h b/misc/ipcdefs.h
index f36d724..fa06949 100644
--- a/misc/ipcdefs.h
+++ b/misc/ipcdefs.h
@@ -41,6 +41,7 @@ TVDEF(STATE,    TSTATE,         "state")
 TVDEF(TOTDWN,   NUM,            "total_down")
 TVDEF(TOTUP,    NUM,            "total_up")
 TVDEF(TRERR,    NUM,            "tr_errors")
+TVDEF(TRGOOD, NUM,              "tr_good")
 #ifdef __IPCTV
 #undef __IPCTV
 #undef TVDEF