]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
discover/syslinux-parser: Fix missing comma in ignored names.
[petitboot] / lib / pb-protocol / pb-protocol.h
index ce876d01786e2315b9cf474ffb9b74417fc4b5b4..250c2d16149467876d3cfc50ae5223a42a3a166c 100644 (file)
@@ -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 {