aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index e8e6ecad..f7df8232 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -32,6 +32,7 @@ struct nni_pipe {
int p_stop;
nni_mtx p_mtx;
nni_taskq_ent p_reap_tqe;
+ nni_aio p_start_aio;
};
extern int nni_pipe_sys_init(void);