diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-01-03 08:07:29 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-01-03 08:38:19 -0800 |
| commit | fb03061dfd20f0d85f73d22380acf5b8f88cf6b3 (patch) | |
| tree | f961de7cfb564adb13732265c0617b978b74a992 /src/nng.c | |
| parent | 960e96723f6cfe64c370b7c1168c664f4c49deae (diff) | |
| download | nng-fb03061dfd20f0d85f73d22380acf5b8f88cf6b3.tar.gz nng-fb03061dfd20f0d85f73d22380acf5b8f88cf6b3.tar.bz2 nng-fb03061dfd20f0d85f73d22380acf5b8f88cf6b3.zip | |
ipc: minor adjustments for ECLOSED and logging
Diffstat (limited to 'src/nng.c')
| -rw-r--r-- | src/nng.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1360,12 +1360,6 @@ nng_pipe_get_size(nng_pipe id, const char *n, size_t *v) } int -nng_pipe_get_uint64(nng_pipe id, const char *n, uint64_t *v) -{ - return (pipe_get(id, n, v, NULL, NNI_TYPE_UINT64)); -} - -int nng_pipe_get_string(nng_pipe id, const char *n, char **v) { return (pipe_get(id, n, v, NULL, NNI_TYPE_STRING)); |
