add new flush transproxy interface method
This commit is contained in:
parent
79a32e69c8
commit
25bc4c0a6f
|
@ -52,4 +52,6 @@ interface ITorService {
|
||||||
String[] getLog ();
|
String[] getLog ();
|
||||||
|
|
||||||
long[] getBandwidth ();
|
long[] getBandwidth ();
|
||||||
|
|
||||||
|
boolean flushTransProxy ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue