Searched defs:clvm_header (Results 1 – 2 of 2) sorted by relevance
27 struct clvm_header { struct28 uint8_t cmd; /* See below */29 uint8_t flags; /* See below */30 uint16_t xid; /* Transaction ID */31 uint32_t clientid; /* Only used in Daemon->Daemon comms */32 int32_t status; /* For replies, whether request succeeded */33 uint32_t arglen; /* Length of argument below. 36 char node[1]; /* Actually a NUL-terminated string, node name.40 char args[1]; /* Arguments for the command follow the