[client/host] share the host version with the client for diagnostics

This commit is contained in:
Geoffrey McRae
2020-05-29 14:14:31 +10:00
parent 667ab981ba
commit 553e2830bb
4 changed files with 17 additions and 9 deletions

View File

@@ -51,12 +51,13 @@ typedef enum CursorType
CursorType;
#define KVMFR_MAGIC "KVMFR---"
#define KVMFR_VERSION 1
#define KVMFR_VERSION 2
typedef struct KVMFR
{
char magic[8];
uint32_t version;
char hostver[32];
}
KVMFR;