Fix c format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user