From 840f968d9318e07b0b7cde97b8461f330f8a4573 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 27 Dec 2020 21:31:10 -0800 Subject: fixes #1386 remove NNI_PROTO_FLAG_NOMSGQ --- src/core/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/protocol.h') 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 -- cgit v1.2.3-70-g09d2