From f76f536742c7d0766244ff4b8d388586100384d5 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 30 Dec 2018 14:35:30 -0800 Subject: fixes #852 Eliminate pipe p_options and use new style getopt --- src/core/transport.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/core/transport.h') diff --git a/src/core/transport.h b/src/core/transport.h index 338b3f67..f3d252c4 100644 --- a/src/core/transport.h +++ b/src/core/transport.h @@ -1,6 +1,7 @@ // // Copyright 2018 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV +// Copyright 2018 Devolutions // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this @@ -153,11 +154,6 @@ struct nni_tran_pipe_ops { // p_getopt is used to obtain an option. Pipes don't implement // option setting. int (*p_getopt)(void *, const char *, void *, size_t *, nni_type); - - // p_options is an array of pipe options. The final element - // must have a NULL name. If this member is NULL, then no - // transport specific options are available. - nni_option *p_options; }; // Transport implementation details. Transports must implement the -- cgit v1.2.3-70-g09d2