diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-25 19:44:14 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-25 19:44:14 +0200 |
commit | c9df01d3215379c0463dd2a3b0c9b1700d6e2ac3 (patch) | |
tree | a8f1f24a99e6ee9747f19e20cd43f33bf6f19ef4 /sysdep/unix/krt.h | |
parent | 9ba2798c65c02254ec000ab03a76fbbaae1ddc97 (diff) |
Fixes several minor bugs in kernel syncer.
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index d859c5b8..19b69e49 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -132,7 +132,7 @@ void krt_set_start(struct krt_proto *, int); void krt_set_shutdown(struct krt_proto *, int); int krt_capable(rte *e); -void krt_set_notify(struct krt_proto *x, net *net, rte *new, rte *old); +void krt_set_notify(struct krt_proto *p, net *n, rte *new, rte *old, struct ea_list *eattrs); /* krt-iface.c */ |