From 32eaadd2bfcc1928f472473ae27975e6a06338bf Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 1 Aug 2023 16:13:50 +0200 Subject: [PATCH] Fix c format --- firewall/interception/ebpf/programs/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall/interception/ebpf/programs/monitor.c b/firewall/interception/ebpf/programs/monitor.c index 1964e7c7..b084a5d8 100644 --- a/firewall/interception/ebpf/programs/monitor.c +++ b/firewall/interception/ebpf/programs/monitor.c @@ -46,7 +46,7 @@ int BPF_PROG(tcp_connect, struct sock *sk) { return 0; } - // Read PID (Careful: This is the Thread Group ID in kernel speak!) + // Read PID (Careful: This is the Thread Group ID in kernel speak!) tcp_info->pid = __builtin_bswap32((u32)(bpf_get_current_pid_tgid() >> 32)); // Set protocol