Commit 683642be authored by mcaleavya's avatar mcaleavya

removed include for string.h

parent 6a372f7f
......@@ -19,8 +19,6 @@ import ctypes as ct
# load BPF program
b = BPF(text="""
#include <linux/string.h>
struct data_t {
u64 ts;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment