diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-12-27 21:31:10 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-12-27 21:31:10 -0800 |
| commit | 840f968d9318e07b0b7cde97b8461f330f8a4573 (patch) | |
| tree | 51ff4036d5ee43bd27efa5475484f3439f19b686 /src/core | |
| parent | e86ac84769e8467d0503840aedce208881eae1a6 (diff) | |
| download | nng-840f968d9318e07b0b7cde97b8461f330f8a4573.tar.gz nng-840f968d9318e07b0b7cde97b8461f330f8a4573.tar.bz2 nng-840f968d9318e07b0b7cde97b8461f330f8a4573.zip | |
fixes #1386 remove NNI_PROTO_FLAG_NOMSGQ
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/protocol.h b/src/core/protocol.h index 77ccdb08..91611e9a 100644 --- a/src/core/protocol.h +++ b/src/core/protocol.h @@ -166,7 +166,6 @@ struct nni_proto { #define NNI_PROTO_FLAG_SND 2u // Protocol can send #define NNI_PROTO_FLAG_SNDRCV 3u // Protocol can both send & recv #define NNI_PROTO_FLAG_RAW 4u // Protocol is raw -#define NNI_PROTO_FLAG_NOMSGQ 8u // Protocol bypasses the upper queues // nni_proto_open is called by the protocol to create a socket instance // with its ops vector. The intent is that applications will only see |
