Skip to content

rfac: added config.h include in tcp_probe.h and cgroup_skb.h #1335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bpf/kmesh/bpf2go/dualengine/kmeshcgroupskb_bpfeb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bpf/kmesh/bpf2go/dualengine/kmeshcgroupskb_bpfel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bpf/kmesh/bpf2go/dualengine/kmeshcgroupskbcompat_bpfeb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bpf/kmesh/bpf2go/dualengine/kmeshcgroupskbcompat_bpfel.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bpf/kmesh/probes/tcp_probe.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#define __KMESH_BPF_ACCESS_LOG_H__

#include "bpf_common.h"
#include "config.h"

// direction
enum {
Expand Down
1 change: 1 addition & 0 deletions bpf/kmesh/workload/cgroup_skb.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "bpf_log.h"
#include "bpf_common.h"
#include "probe.h"
#include "config.h"

SEC("cgroup_skb/ingress")
int cgroup_skb_ingress_prog(struct __sk_buff *skb)
Expand Down
1 change: 0 additions & 1 deletion bpf/kmesh/workload/sockops.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <stdbool.h>
#include "bpf_log.h"
#include "workload.h"
#include "config.h"
#include "bpf_common.h"
#include "probe.h"
#include "config.h"
Expand Down
Loading