aboutsummaryrefslogtreecommitdiff
path: root/src/core/reap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/reap.h')
-rw-r--r--src/core/reap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/reap.h b/src/core/reap.h
index 843c8c9c..40c27a5d 100644
--- a/src/core/reap.h
+++ b/src/core/reap.h
@@ -38,6 +38,7 @@ typedef struct nni_reap_item {
// part of a fully reapable graph; otherwise this can lead to an infinite
// loop in the reap thread.
extern void nni_reap(nni_reap_item *, nni_cb, void *);
+extern void nni_reap_drain(void);
extern int nni_reap_sys_init(void);
extern void nni_reap_sys_fini(void);