X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keyd.h;h=1ea601c82777af9de57ecc039578f0e8b4e1b5b3;hb=37801dca09e004c214604ae66323a628e100258d;hp=b33cab90984685663afe4975f8cbfb6029fc3ae5;hpb=c04c1c60469823c01268187ec49102d1ff540806;p=onak.git diff --git a/keyd.h b/keyd.h index b33cab9..1ea601c 100644 --- a/keyd.h +++ b/keyd.h @@ -14,8 +14,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #ifndef __KEYD_H__ @@ -45,6 +44,7 @@ enum keyd_ops { KEYD_CMD_STATS, KEYD_CMD_GET_SKSHASH, KEYD_CMD_GET_FP, + KEYD_CMD_UPDATE, KEYD_CMD_LAST /* Placeholder */ }; @@ -59,7 +59,7 @@ enum keyd_reply { /** * @brief Version of the keyd protocol currently supported */ -static const uint32_t keyd_version = 4; +static const uint32_t keyd_version = 5; /** * @brief Response structure for the @a KEYD_CMD_STATS response