From fb6550a242bb1742ec62202a99d0604ee9069795 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 4 Mar 2017 02:46:40 -0800 Subject: Pipeline protocol now entirely callback driven. --- src/core/list.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/list.h') diff --git a/src/core/list.h b/src/core/list.h index dd26377e..9f21e4d6 100644 --- a/src/core/list.h +++ b/src/core/list.h @@ -41,6 +41,7 @@ extern void nni_list_insert_after(nni_list *, void *, void *); extern void *nni_list_next(const nni_list *, void *); extern void *nni_list_prev(const nni_list *, void *); extern void nni_list_remove(nni_list *, void *); +extern int nni_list_active(nni_list *, void *); #define NNI_LIST_FOREACH(l, it) \ for (it = nni_list_first(l); it != NULL; it = nni_list_next(l, it)) -- cgit v1.2.3-70-g09d2