aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_netlink.h')
-rw-r--r--pingu_netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pingu_netlink.h b/pingu_netlink.h
index be21b85..d65de1f 100644
--- a/pingu_netlink.h
+++ b/pingu_netlink.h
@@ -5,7 +5,7 @@
#include "pingu_iface.h"
int kernel_init(struct ev_loop *loop);
-int kernel_route_modify(int action, struct pingu_gateway *route,
+int kernel_route_modify(int action, struct pingu_route *route,
struct pingu_iface *iface, int table);
int kernel_route_multipath(int action, struct list_head *iface_list, int table);
void kernel_cleanup_iface_routes(struct pingu_iface *iface);