diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-24 15:00:39 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-24 15:00:39 -0800 |
| commit | 2df4d2e814f34d8e1cc0816885543dbb568812cc (patch) | |
| tree | 1918f29e3037680e5cd3cdc377ff056f2f010de9 /src/core/defs.h | |
| parent | 2afc725ff5a41fbc7445f3681e83cf579f13b578 (diff) | |
| download | nng-2df4d2e814f34d8e1cc0816885543dbb568812cc.tar.gz nng-2df4d2e814f34d8e1cc0816885543dbb568812cc.tar.bz2 nng-2df4d2e814f34d8e1cc0816885543dbb568812cc.zip | |
Remove all the get_ptr option accessors.
Temporarily we have removed access to the peer alt names, but
that was never used and was not tested (it also didn't work with WolfSSL.)
Diffstat (limited to 'src/core/defs.h')
| -rw-r--r-- | src/core/defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/defs.h b/src/core/defs.h index 46a32ef5..979c0300 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -189,14 +189,11 @@ typedef enum { NNI_TYPE_NONE, // DO NOT USE NNI_TYPE_BOOL, NNI_TYPE_INT32, - NNI_TYPE_UINT32, - NNI_TYPE_INT64, NNI_TYPE_UINT64, NNI_TYPE_SIZE, NNI_TYPE_DURATION, NNI_TYPE_STRING, NNI_TYPE_SOCKADDR, - NNI_TYPE_POINTER, } nni_type; typedef nni_type nni_opt_type; |
