diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-12-19 10:21:54 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-12-19 12:50:05 -0800 |
| commit | d12e169c1e733b255d146847ed57037b74681285 (patch) | |
| tree | e4a59142a6cf097dfdda8620635f173f53db9e7a /src/core/pipe.h | |
| parent | 2033988343bce413763d3e9664e3e8372da48591 (diff) | |
| download | nng-d12e169c1e733b255d146847ed57037b74681285.tar.gz nng-d12e169c1e733b255d146847ed57037b74681285.tar.bz2 nng-d12e169c1e733b255d146847ed57037b74681285.zip | |
fixes #1372 nni_reap could be smaller
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index 20d34e82..79c48500 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -42,10 +42,6 @@ extern uint16_t nni_pipe_peer(nni_pipe *); extern int nni_pipe_getopt( nni_pipe *, const char *, void *, size_t *, nni_opt_type); -// nni_pipe_get_proto_data gets the protocol private data set with the -// nni_pipe_set_proto_data function. No locking is performed. -extern void *nni_pipe_get_proto_data(nni_pipe *); - // nni_pipe_find finds a pipe given its ID. It places a hold on the // pipe, which must be released by the caller when it is done. extern int nni_pipe_find(nni_pipe **, uint32_t); |
