X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fpb-protocol%2Fpb-protocol.h;h=250c2d16149467876d3cfc50ae5223a42a3a166c;hb=c8ba7b32759ffc72782648cf242774662c1a9e65;hp=ce876d01786e2315b9cf474ffb9b74417fc4b5b4;hpb=98b04aa42a4f1dc8e585f00d75c3b28d9e9aa2a9;p=petitboot diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h index ce876d0..250c2d1 100644 --- a/lib/pb-protocol/pb-protocol.h +++ b/lib/pb-protocol/pb-protocol.h @@ -25,6 +25,7 @@ enum pb_protocol_action { PB_PROTOCOL_ACTION_ADD_URL = 0xb, PB_PROTOCOL_ACTION_PLUGIN_OPTION_ADD = 0xc, PB_PROTOCOL_ACTION_PLUGINS_REMOVE = 0xd, + PB_PROTOCOL_ACTION_PLUGIN_INSTALL = 0xe, }; struct pb_protocol_message {