From e9666098cb6b0c9e8fcfaef2f643f1eae4909f89 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Fri, 7 Jun 2013 08:37:43 +0200 Subject: libndp: add ndp_callall_eventfd_handler() Signed-off-by: Jiri Pirko --- include/ndp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ndp.h b/include/ndp.h index d6603f4..423181d 100644 --- a/include/ndp.h +++ b/include/ndp.h @@ -167,6 +167,7 @@ void ndp_msgrcv_handler_unregister(struct ndp *ndp, ndp_msgrcv_handler_func_t fu int ndp_get_eventfd(struct ndp *ndp); int ndp_call_eventfd_handler(struct ndp *ndp); +int ndp_callall_eventfd_handler(struct ndp *ndp); int ndp_open(struct ndp **p_ndp); void ndp_close(struct ndp *ndp); -- cgit v1.2.1