aboutsummaryrefslogtreecommitdiff
path: root/src/core/pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/pipe.h')
-rw-r--r--src/core/pipe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h
index a1bc361e..9e7109de 100644
--- a/src/core/pipe.h
+++ b/src/core/pipe.h
@@ -34,8 +34,7 @@ extern void nni_pipe_close(nni_pipe *);
extern uint16_t nni_pipe_peer(nni_pipe *);
-// nni_pipe_getopt looks up the option. The last argument is the type,
-// which. If the type is NNI_TYPE_OPAQUE, then no format check is performed.
+// nni_pipe_getopt looks up the option.
extern int nni_pipe_getopt(
nni_pipe *, const char *, void *, size_t *, nni_opt_type);