From ff58a4b0998e0dceb6d1e7aab6f44f18b85eedbb Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sat, 10 Mar 2012 10:39:28 +0000 Subject: Remove some whitespaces. (Test commit.) --- daemons/clvmd/clvm.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'daemons/clvmd/clvm.h') 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 */ -- cgit