From: agk@sourceware.org <agk@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2/daemons/clvmd clvmd-comms.h
Date: 23 Mar 2010 14:35:10 -0000 [thread overview]
Message-ID: <20100323143510.31787.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk at sourceware.org 2010-03-23 14:35:09
Modified files:
daemons/clvmd : clvmd-comms.h
Log message:
Avoid duplicate definitions.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/clvmd/clvmd-comms.h.diff?cvsroot=lvm2&r1=1.11&r2=1.12
--- LVM2/daemons/clvmd/clvmd-comms.h 2010/03/18 09:19:31 1.11
+++ LVM2/daemons/clvmd/clvmd-comms.h 2010/03/23 14:35:08 1.12
@@ -112,9 +112,13 @@
#ifdef USE_SINGLENODE
# define SINGLENODE_CSID_LEN (sizeof(int))
-# define MAX_CLUSTER_MEMBER_NAME_LEN 64
+# ifndef MAX_CLUSTER_MEMBER_NAME_LEN
+# define MAX_CLUSTER_MEMBER_NAME_LEN 64
+# endif
# define SINGLENODE_MAX_CLUSTER_MESSAGE 65535
-# define MAX_CSID_LEN sizeof(int)
+# ifndef MAX_CSID_LEN
+# define MAX_CSID_LEN sizeof(int)
+# endif
struct cluster_ops *init_singlenode_cluster(void);
#endif
reply other threads:[~2010-03-23 14:35 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=20100323143510.31787.qmail@sourceware.org \
--to=agk@sourceware.org \
--cc=lvm-devel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.