cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] libcman: fix CMAN_DISPATCH_IGNORE_MASK
@ 2012-10-10 10:19 Jan Pokorný
  0 siblings, 0 replies; only message in thread
From: Jan Pokorný @ 2012-10-10 10:19 UTC (permalink / raw)
  To: cluster-devel.redhat.com

...which is expected to be bitwise OR
of CMAN_DISPATCH_IGNORE_{REPLY,DATA,EVENT}.

Signed-off-by: Jan Pokorn? <jpokorny@redhat.com>
---
 cman/lib/libcman.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cman/lib/libcman.h b/cman/lib/libcman.h
index 9f97875..bc9cb71 100644
--- a/cman/lib/libcman.h
+++ b/cman/lib/libcman.h
@@ -83,7 +83,7 @@ typedef enum {CMAN_REASON_PORTCLOSED,
 #define CMAN_DISPATCH_IGNORE_DATA   8
 #define CMAN_DISPATCH_IGNORE_EVENT 16
 #define CMAN_DISPATCH_TYPE_MASK     3
-#define CMAN_DISPATCH_IGNORE_MASK  46
+#define CMAN_DISPATCH_IGNORE_MASK  28
 
 /*
  * A node address. This is a complete sockaddr_in[6]
-- 
1.7.9.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-10 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-10 10:19 [Cluster-devel] [PATCH] libcman: fix CMAN_DISPATCH_IGNORE_MASK Jan Pokorný

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).