Add better error handling to loader.

This commit is contained in:
Christian Deacon
2025-02-23 07:15:12 -05:00
parent f093bf96c4
commit 4e7c563274
4 changed files with 82 additions and 66 deletions

View File

@@ -4,7 +4,7 @@
#include <libbpf.h>
#include <xdp/libxdp.h>
#include <common/all.h>
#include <common/all.h>
#include <loader/utils/cmdline.h>
#include <loader/utils/config.h>