Skip to content

Commit

Permalink
in_ebpf: Refer the generated skel headers of eBPF correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Nov 15, 2024
1 parent bf7d88d commit 9610943
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 96,915 deletions.
2 changes: 1 addition & 1 deletion plugins/in_ebpf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ add_custom_target(compile_ebpf ALL DEPENDS ${TRACE_OBJ_FILES} ${TRACE_SKEL_HEADE
add_dependencies(compile_ebpf gadget)

# Include generated skeleton headers in the main plugin
include_directories(${CMAKE_BINARY_DIR}/plugins/in_ebpf/traces/includes/generated)
include_directories(${CMAKE_BINARY_DIR}/plugins/in_ebpf/traces/includes/)

# Declare the Fluent Bit plugin (using the default compiler for the main plugin)
FLB_PLUGIN(in_ebpf "${src}" "")
Expand Down
Loading

0 comments on commit 9610943

Please sign in to comment.