cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Jan Pokorný <jpokorny@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH] libcman: fix CMAN_DISPATCH_IGNORE_MASK
Date: Wed, 10 Oct 2012 12:19:19 +0200	[thread overview]
Message-ID: <1349864359-16990-1-git-send-email-jpokorny@redhat.com> (raw)

...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



                 reply	other threads:[~2012-10-10 10:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1349864359-16990-1-git-send-email-jpokorny@redhat.com \
    --to=jpokorny@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).