summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJiri Pirko <jiri@resnulli.us>2013-06-07 08:37:43 +0200
committerJiri Pirko <jiri@resnulli.us>2013-06-07 08:47:56 +0200
commite9666098cb6b0c9e8fcfaef2f643f1eae4909f89 (patch)
treec454fbd86b9e31bd338df2ad4a38a54c0c62151c /include
parentca3c399c269e30d4d0ed384d36b4ed1f00e8f4b2 (diff)
downloadlibndp-e9666098cb6b0c9e8fcfaef2f643f1eae4909f89.tar.gz
libndp: add ndp_callall_eventfd_handler()
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Diffstat (limited to 'include')
-rw-r--r--include/ndp.h1
1 files changed, 1 insertions, 0 deletions
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);