Fix error.

This commit is contained in:
Christian Deacon
2025-02-26 11:49:53 -05:00
parent 8b91e59364
commit 24db0f6bda
3 changed files with 5 additions and 6 deletions

View File

@@ -12,6 +12,6 @@
int FindMapFd(struct xdp_program *prog, const char *map_name);
void SetLibBPFLogMode(int silent);
struct xdp_program *LoadBpfObj(const char *file_name, int strict);
struct xdp_program *LoadBpfObj(const char *file_name);
int AttachXdp(struct xdp_program *prog, char** mode, int ifidx, u8 detach, cmdline_t *cmd);
void UpdateFilters(int filters_map, config__t *cfg);