X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/7a0ffbb5910bd782ef569b63ce665659e3564e72..0211c730256c9bbaf10a569c88f7df0ef882311e:/keyd.h diff --git a/keyd.h b/keyd.h index ce19d8d..4313a4f 100644 --- a/keyd.h +++ b/keyd.h @@ -25,6 +25,7 @@ enum keyd_ops { KEYD_CMD_CLOSE, KEYD_CMD_QUIT, KEYD_CMD_STATS, + KEYD_CMD_GETSKSHASH, KEYD_CMD_LAST /* Placeholder */ }; @@ -33,7 +34,7 @@ enum keyd_reply { KEYD_REPLY_UNKNOWN_CMD = 1 }; -static uint32_t keyd_version = 2; +static uint32_t keyd_version = 3; struct keyd_stats { time_t started;