summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd
diff options
context:
space:
mode:
authorMilan Broz <mbroz@redhat.com>2012-03-10 10:39:28 +0000
committerMilan Broz <mbroz@redhat.com>2012-03-10 10:39:28 +0000
commitff58a4b0998e0dceb6d1e7aab6f44f18b85eedbb (patch)
tree3d8275e0beb6b75778b5fa7afe3ffffd2467a81f /daemons/clvmd
parent7991a9636ed740a0e6c18eff0a49006f0af2a2b3 (diff)
downloadlvm2-ff58a4b0998e0dceb6d1e7aab6f44f18b85eedbb.tar.gz
lvm2-ff58a4b0998e0dceb6d1e7aab6f44f18b85eedbb.tar.xz
lvm2-ff58a4b0998e0dceb6d1e7aab6f44f18b85eedbb.zip
Remove some whitespaces.
(Test commit.)
Diffstat (limited to 'daemons/clvmd')
-rw-r--r--daemons/clvmd/clvm.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/daemons/clvmd/clvm.h b/daemons/clvmd/clvm.h
index d4a77152..8e24f157 100644
--- a/daemons/clvmd/clvm.h
+++ b/daemons/clvmd/clvm.h
@@ -30,14 +30,14 @@ struct clvm_header {
uint16_t xid; /* Transaction ID */
uint32_t clientid; /* Only used in Daemon->Daemon comms */
int32_t status; /* For replies, whether request succeeded */
- uint32_t arglen; /* Length of argument below.
- If >1500 then it will be passed
+ uint32_t arglen; /* Length of argument below.
+ If >1500 then it will be passed
around the cluster in the system LV */
char node[1]; /* Actually a NUL-terminated string, node name.
- If this is empty then the command is
- forwarded to all cluster nodes unless
+ If this is empty then the command is
+ forwarded to all cluster nodes unless
FLAG_LOCAL or FLAG_REMOTE is also set. */
- char args[1]; /* Arguments for the command follow the
+ char args[1]; /* Arguments for the command follow the
node name, This member is only
valid if the node name is empty */
} __attribute__ ((packed));
@@ -54,7 +54,7 @@ static const char CLVMD_SOCKNAME[]= DEFAULT_RUN_DIR "/clvmd.sock";
/* Internal commands & replies */
#define CLVMD_CMD_REPLY 1
#define CLVMD_CMD_VERSION 2 /* Send version around cluster when we start */
-#define CLVMD_CMD_GOAWAY 3 /* Die if received this - we are running
+#define CLVMD_CMD_GOAWAY 3 /* Die if received this - we are running
an incompatible version */
#define CLVMD_CMD_TEST 4 /* Just for mucking about */