aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/protocol.h1
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