tls missing addresses (#825)

* stream seen file descriptors from ebpf

* re-generate bpf object files

* fixing pr comments
This commit is contained in:
David Levanon
2022-03-14 15:40:27 +02:00
committed by GitHub
parent 9ec8347c6c
commit 6979441422
8 changed files with 222 additions and 92 deletions

View File

@@ -10,7 +10,7 @@ Copyright (C) UP9 Inc.
#define FLAGS_IS_CLIENT_BIT (1 << 0)
#define FLAGS_IS_READ_BIT (1 << 1)
// The same struct can be found in Chunk.go
// The same struct can be found in chunk.go
//
// Be careful when editing, alignment and padding should be exactly the same in go/c.
//