summaryrefslogtreecommitdiff
path: root/app/src/main/aidl/de/blinkt/openvpn
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2017-12-07 12:49:15 +0100
committercyBerta <cyberta@riseup.net>2017-12-07 12:49:15 +0100
commitca1cad6ec5b175a85b361c45e8d2c0cac0b405ec (patch)
treef057776613636469a06f3fe96dbc92c5658062ad /app/src/main/aidl/de/blinkt/openvpn
parentee1fe71f67d017af2d1695e438b28dea4a38cb38 (diff)
#8742 basic always-on implementation with blocking vpn if no profile is configured
Diffstat (limited to 'app/src/main/aidl/de/blinkt/openvpn')
-rw-r--r--app/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl b/app/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl
index 3958bcf3..b19cf99e 100644
--- a/app/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl
+++ b/app/src/main/aidl/de/blinkt/openvpn/core/IOpenVPNServiceInternal.aidl
@@ -20,4 +20,6 @@ interface IOpenVPNServiceInternal {
* @return true if there was a process that has been send a stop signal
*/
boolean stopVPN(boolean replaceConnection);
+
+ boolean isVpnRunning();
}