From 1db74596539e864cf1ee9f2d3f0fec3e8c140373 Mon Sep 17 00:00:00 2001 From: Rafael Roquetto Date: Tue, 27 Aug 2024 14:18:32 -0600 Subject: [PATCH] Test trigger --- bpf/go_runtime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bpf/go_runtime.c b/bpf/go_runtime.c index 3c3d67329..8f88a74fd 100644 --- a/bpf/go_runtime.c +++ b/bpf/go_runtime.c @@ -9,6 +9,7 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +// //test #include "utils.h" #include "bpf_dbg.h"