From 719c4b4afc2030c16d8375ba8e7c36a6dd7279c2 Mon Sep 17 00:00:00 2001 From: liyong Date: Mon, 5 Dec 2022 12:06:32 +0800 Subject: [PATCH] rtrace: Fix header links of module(drop,latency,retran) 1. bpf_core.h -> rtrace/bpf_core.h 2. common.h -> rtrace/common.h 3. vmlinux.h -> rtrace/vmlinux_515.h --- source/tools/detect/net/rtrace/drop/src/bpf/bpf_core.h | 2 +- source/tools/detect/net/rtrace/drop/src/bpf/common.h | 2 +- source/tools/detect/net/rtrace/drop/src/bpf/vmlinux.h | 2 +- source/tools/detect/net/rtrace/latency/icmp/src/bpf/bpf_core.h | 2 +- source/tools/detect/net/rtrace/latency/icmp/src/bpf/common.h | 2 +- source/tools/detect/net/rtrace/latency/icmp/src/bpf/vmlinux.h | 2 +- source/tools/detect/net/rtrace/retran/src/bpf/bpf_core.h | 2 +- source/tools/detect/net/rtrace/retran/src/bpf/common.h | 2 +- source/tools/detect/net/rtrace/retran/src/bpf/vmlinux.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/tools/detect/net/rtrace/drop/src/bpf/bpf_core.h b/source/tools/detect/net/rtrace/drop/src/bpf/bpf_core.h index ee2f98f6..a9523571 120000 --- a/source/tools/detect/net/rtrace/drop/src/bpf/bpf_core.h +++ b/source/tools/detect/net/rtrace/drop/src/bpf/bpf_core.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/bpf_core.h \ No newline at end of file +../../../bpf_core.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/drop/src/bpf/common.h b/source/tools/detect/net/rtrace/drop/src/bpf/common.h index be2788e8..372cd748 120000 --- a/source/tools/detect/net/rtrace/drop/src/bpf/common.h +++ b/source/tools/detect/net/rtrace/drop/src/bpf/common.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/common.h \ No newline at end of file +../../../common.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/drop/src/bpf/vmlinux.h b/source/tools/detect/net/rtrace/drop/src/bpf/vmlinux.h index 8ff63417..b9e0ad65 120000 --- a/source/tools/detect/net/rtrace/drop/src/bpf/vmlinux.h +++ b/source/tools/detect/net/rtrace/drop/src/bpf/vmlinux.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/vmlinux_515.h \ No newline at end of file +../../../vmlinux_515.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/latency/icmp/src/bpf/bpf_core.h b/source/tools/detect/net/rtrace/latency/icmp/src/bpf/bpf_core.h index ee2f98f6..c697f2ee 120000 --- a/source/tools/detect/net/rtrace/latency/icmp/src/bpf/bpf_core.h +++ b/source/tools/detect/net/rtrace/latency/icmp/src/bpf/bpf_core.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/bpf_core.h \ No newline at end of file +../../../../bpf_core.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/latency/icmp/src/bpf/common.h b/source/tools/detect/net/rtrace/latency/icmp/src/bpf/common.h index be2788e8..9575095a 120000 --- a/source/tools/detect/net/rtrace/latency/icmp/src/bpf/common.h +++ b/source/tools/detect/net/rtrace/latency/icmp/src/bpf/common.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/common.h \ No newline at end of file +../../../../common.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/latency/icmp/src/bpf/vmlinux.h b/source/tools/detect/net/rtrace/latency/icmp/src/bpf/vmlinux.h index 8ff63417..4171c0ac 120000 --- a/source/tools/detect/net/rtrace/latency/icmp/src/bpf/vmlinux.h +++ b/source/tools/detect/net/rtrace/latency/icmp/src/bpf/vmlinux.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/vmlinux_515.h \ No newline at end of file +../../../../vmlinux_515.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/retran/src/bpf/bpf_core.h b/source/tools/detect/net/rtrace/retran/src/bpf/bpf_core.h index ee2f98f6..a9523571 120000 --- a/source/tools/detect/net/rtrace/retran/src/bpf/bpf_core.h +++ b/source/tools/detect/net/rtrace/retran/src/bpf/bpf_core.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/bpf_core.h \ No newline at end of file +../../../bpf_core.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/retran/src/bpf/common.h b/source/tools/detect/net/rtrace/retran/src/bpf/common.h index be2788e8..372cd748 120000 --- a/source/tools/detect/net/rtrace/retran/src/bpf/common.h +++ b/source/tools/detect/net/rtrace/retran/src/bpf/common.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/common.h \ No newline at end of file +../../../common.h \ No newline at end of file diff --git a/source/tools/detect/net/rtrace/retran/src/bpf/vmlinux.h b/source/tools/detect/net/rtrace/retran/src/bpf/vmlinux.h index 8ff63417..b9e0ad65 120000 --- a/source/tools/detect/net/rtrace/retran/src/bpf/vmlinux.h +++ b/source/tools/detect/net/rtrace/retran/src/bpf/vmlinux.h @@ -1 +1 @@ -/root/sysak/source/tools/detect/net/rtrace/vmlinux_515.h \ No newline at end of file +../../../vmlinux_515.h \ No newline at end of file -- Gitee