X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ftypes%2Ftypes.h;h=7b9269b1899905cb250feaaf2fb1a365b21a0f6d;hb=662129afba2d344d692a9dbfd430c91eff4f281d;hp=5c5f6ed80110e8e341bc2f3380add6b63f2affa8;hpb=d19b94a83870f7b2a41e55d7462bcf36d2b5ba0b;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index 5c5f6ed..7b9269b 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -52,6 +52,7 @@ struct boot_option { char *initrd_file; char *dtb_file; char *boot_args; + char *args_sig_file; bool is_default; struct list_item list; @@ -65,6 +66,7 @@ struct boot_command { char *initrd_file; char *dtb_file; char *boot_args; + char *args_sig_file; char *tty; }; @@ -127,6 +129,7 @@ struct interface_config { char *url; } static_config; }; + bool override; }; struct network_config {