forked from iovisor/bcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libbpf-tools: Fix bindsnoop types usage
Similarly to tcpconnect [1] and tcpconnlat [2], bindsnoop is also making use of the __int128 type and that is not defined for 32-bit platforms. Replace __int128 with a portable array of __u8 and adjust the usage sites as needed. [1] iovisor@f270073 [2] iovisor@9931ea3 Signed-off-by: Jesus Sanchez-Palencia <[email protected]>
- Loading branch information
1 parent
425d2b6
commit b8b943a
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters