Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61ed8876 authored by lifr's avatar lifr Committed by Automerger Merge Worker
Browse files

Add new NetworkType for WIFI+CELLULAR+VPN transport am: 3d16baf2 am: 02006cf5 am: 5953e308

Change-Id: I0ad9109fa232a0e3ed5f0a87824d61eb796d6c23
parents d3210cf2 5953e308
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,8 @@ enum NetworkType {
    NT_BLUETOOTH_VPN = 10;
    // Indicates this network uses an Ethernet+VPN transport.
    NT_ETHERNET_VPN = 11;
    // Indicates this network uses a Wi-Fi+Cellular+VPN transport.
    NT_WIFI_CELLULAR_VPN = 12;
}

enum CacheStatus{