From a32c7814ccdf310a91c3f16ed32ae90f87424efe Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Mon, 26 Jan 2009 22:04:37 +0100 Subject: 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. --- misc/ipcdefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/ipcdefs.h') 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 -- cgit 1.4.1