diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-02 11:54:33 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-02 11:54:33 -0800 |
| commit | 9eb080db1c450228169cc58f14d946211378fcf7 (patch) | |
| tree | fcbbe3840b25c9651badd75950599f65e82caf01 /src/core/options.h | |
| parent | cceda25b65423de694f34b3decc7812eb46a4c1e (diff) | |
| download | nng-9eb080db1c450228169cc58f14d946211378fcf7.tar.gz nng-9eb080db1c450228169cc58f14d946211378fcf7.tar.bz2 nng-9eb080db1c450228169cc58f14d946211378fcf7.zip | |
Change msgqueue -> msgq.
Diffstat (limited to 'src/core/options.h')
| -rw-r--r-- | src/core/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/options.h b/src/core/options.h index ec5d28f1..84d958c1 100644 --- a/src/core/options.h +++ b/src/core/options.h @@ -15,10 +15,10 @@ // variable sized options. // nni_setopt_buf sets the queue size for the message queue. -extern int nni_setopt_buf(nni_msgqueue *, const void *, size_t); +extern int nni_setopt_buf(nni_msgq *, const void *, size_t); // nni_getopt_buf gets the queue size for the message queue. -extern int nni_getopt_buf(nni_msgqueue *, void *, size_t *); +extern int nni_getopt_buf(nni_msgq *, void *, size_t *); // nni_setopt_duration sets the duration. Durations must be legal, // either a positive value, 0, or -1 to indicate forever. |
