Skip to content

Commit

Permalink
TProxyService: Declare TProxyGetStats.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Jan 21, 2024
1 parent 94a0fcb commit 081899c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/hev/sockstun/TProxyService.java
Expand Up @@ -30,6 +30,7 @@
public class TProxyService extends VpnService {
private static native void TProxyStartService(String config_path, int fd);
private static native void TProxyStopService();
private static native long[] TProxyGetStats();

public static final String ACTION_CONNECT = "hev.sockstun.CONNECT";
public static final String ACTION_DISCONNECT = "hev.sockstun.DISCONNECT";
Expand Down

0 comments on commit 081899c

Please sign in to comment.