]> git.ozlabs.org Git - petitboot/blobdiff - lib/types/types.h
protocol: Separate device add from boot-option add messages
[petitboot] / lib / types / types.h
index 1843557728814111383342402c64c98f46974514..fb53826902d7507e1f82d874c2fbc947167664d8 100644 (file)
@@ -16,6 +16,7 @@ struct device {
 };
 
 struct boot_option {
+       char            *device_id;
        char            *id;
        char            *name;
        char            *description;