X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keyd.h;h=4313a4f005dd4a96c33e887b425ef5d15d6981b9;hb=7ca3c239d76ae7112c166f29c35e11620ba93d9f;hp=ce19d8dd13f0c78fda9911fd8e9456ea627da9a6;hpb=3cdd1ba5400b97412d8e69fdcf59284b7cde6e28;p=onak.git 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;