X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnetlink-notifier.h;h=e3dacef0ad126e56edb7c0d84e502fb4af1d62d4;hb=18a237816419e6f88ab0383b43d8060914d26a9a;hp=60b5991b1655c898146aaf86f72f9a8e0fe265d2;hpb=c3b07057fd7f02b4e6bb006bcecff8683237778e;p=sliver-openvswitch.git diff --git a/lib/netlink-notifier.h b/lib/netlink-notifier.h index 60b5991b1..e3dacef0a 100644 --- a/lib/netlink-notifier.h +++ b/lib/netlink-notifier.h @@ -49,6 +49,6 @@ void nln_destroy(struct nln *); int nln_notifier_register(struct nln *, struct nln_notifier *, nln_notify_func *, void *aux); void nln_notifier_unregister(struct nln *, struct nln_notifier *); -void nln_notifier_run(struct nln *); -void nln_notifier_wait(struct nln *); +void nln_run(struct nln *); +void nln_wait(struct nln *); #endif /* netlink-notifier.h */