Searched defs:cld_msg (Results 1 – 1 of 1) sorted by relevance
45 struct cld_msg { struct46 uint8_t cm_vers; /* upcall version */47 uint8_t cm_cmd; /* upcall command */48 int16_t cm_status; /* return code */49 uint32_t cm_xid; /* transaction id */50 union {53 } __attribute__((packed)) cm_u;