]> git.ozlabs.org Git - petitboot/blobdiff - lib/pb-protocol/pb-protocol.h
protocol: expose discovery reinit over client/server protocol
[petitboot] / lib / pb-protocol / pb-protocol.h
index 901bb9d11699f4e9eea7889d98db9c3a90ebefbe..d6f149c54e6789746491a70ae7e280af0b6134b8 100644 (file)
@@ -21,6 +21,7 @@ enum pb_protocol_action {
        PB_PROTOCOL_ACTION_CANCEL_DEFAULT       = 0x7,
        PB_PROTOCOL_ACTION_SYSTEM_INFO          = 0x8,
        PB_PROTOCOL_ACTION_CONFIG               = 0x9,
+       PB_PROTOCOL_ACTION_REINIT               = 0xa,
 };
 
 struct pb_protocol_message {