From 9eb080db1c450228169cc58f14d946211378fcf7 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 2 Jan 2017 11:54:33 -0800 Subject: Change msgqueue -> msgq. --- src/core/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/options.h') 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. -- cgit v1.2.3-70-g09d2