From e652eefa2642213b073298de5e5019486ee728ba Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Sat, 7 Oct 2006 09:47:07 +0000 Subject: Add value queries for total amount up- and downloaded. Use the cached values for torrent size and amount gotten when the torrent isn't active. --- misc/ipcdefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc/ipcdefs.h') 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 -- cgit 1.4.1