add new flush transproxy interface method

This commit is contained in:
Nathan Freitas 2014-08-21 09:46:36 -04:00
parent 79a32e69c8
commit 25bc4c0a6f
1 changed files with 2 additions and 0 deletions

View File

@ -52,4 +52,6 @@ interface ITorService {
String[] getLog ();
long[] getBandwidth ();
boolean flushTransProxy ();
}