diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-25 09:29:16 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-25 09:29:16 -0800 |
| commit | 7acc29013636d2ddc004acebe02d88722fe0c8db (patch) | |
| tree | a211c99284a165e3eb6f9d5f4fb71480e4873f7c /src/core/pipe.h | |
| parent | 147d8408f577678331daf1cd06ae9aac6c231dab (diff) | |
| download | nng-7acc29013636d2ddc004acebe02d88722fe0c8db.tar.gz nng-7acc29013636d2ddc004acebe02d88722fe0c8db.tar.bz2 nng-7acc29013636d2ddc004acebe02d88722fe0c8db.zip | |
Expose and implement pipe operations. (nng_pipe_close, nng_pipe_getopt).
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 6688f837..5349bbb1 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -37,4 +37,6 @@ extern int nni_pipe_create(nni_pipe **, const nni_pipe_ops *); extern void nni_pipe_destroy(nni_pipe *); +extern int nni_pipe_getopt(nni_pipe *, int, void *, size_t *sizep); + #endif // CORE_PIPE_H |
