diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-07 21:24:39 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-07 21:24:39 -0700 |
| commit | da41431d78fc48a1650588e7d87a76868358c5fd (patch) | |
| tree | 180102d782da14c085ea9c8800294d027e71744d /src/core/pipe.h | |
| parent | cff5dd2669031498fec9e3757c986d2fc99228e2 (diff) | |
| download | nng-da41431d78fc48a1650588e7d87a76868358c5fd.tar.gz nng-da41431d78fc48a1650588e7d87a76868358c5fd.tar.bz2 nng-da41431d78fc48a1650588e7d87a76868358c5fd.zip | |
Create the pipe object hash (not used yet).
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 912c70bd..e9ce89b3 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -32,6 +32,9 @@ struct nni_pipe { int p_refcnt; }; +extern int nni_pipe_sys_init(void); +extern void nni_pipe_sys_fini(void); + // AIO extern int nni_pipe_aio_recv(nni_pipe *, nni_aio *); extern int nni_pipe_aio_send(nni_pipe *, nni_aio *); |
