diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-10-18 12:18:35 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-10-18 12:18:35 -0700 |
| commit | 21c69e7398d7dad6bd2cc4bb4e766770d75320bd (patch) | |
| tree | e32ef7e50e810901eacf77b1b876ed5f237d3969 /src | |
| parent | 3e9a816132ae7e57fc5eb17f450a2022040c4ae4 (diff) | |
| download | nng-21c69e7398d7dad6bd2cc4bb4e766770d75320bd.tar.gz nng-21c69e7398d7dad6bd2cc4bb4e766770d75320bd.tar.bz2 nng-21c69e7398d7dad6bd2cc4bb4e766770d75320bd.zip | |
fixes #116 Add missing ::nng_pipe_getopt_usec implementation
Diffstat (limited to 'src')
| -rw-r--r-- | src/nng.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -775,7 +775,7 @@ nng_pipe_getopt_uint64(nng_pipe id, const char *name, uint64_t *valp) } int -nni_pipe_getopt_usec(nng_pipe id, const char *name, uint64_t *valp) +nng_pipe_getopt_usec(nng_pipe id, const char *name, uint64_t *valp) { return (nng_pipe_getopt_uint64(id, name, valp)); } |
