[tor-commits] [orbot/master] add new flush transproxy interface method

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Aug 21 13:50:51 UTC 2014


commit 25bc4c0a6fa8b7c46933f86ff1af142f5cf7559b
Author: Nathan Freitas <nathan at freitas.net>
Date:   Thu Aug 21 09:46:36 2014 -0400

    add new flush transproxy interface method
---
 src/org/torproject/android/service/ITorService.aidl |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/org/torproject/android/service/ITorService.aidl b/src/org/torproject/android/service/ITorService.aidl
index 2d57c9b..07b08a0 100644
--- a/src/org/torproject/android/service/ITorService.aidl
+++ b/src/org/torproject/android/service/ITorService.aidl
@@ -52,4 +52,6 @@ interface ITorService {
     String[] getLog ();
     
     long[] getBandwidth ();
+    
+    boolean flushTransProxy ();
 }





More information about the tor-commits mailing list