X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.h;h=d27c2cd4d79d89b342587831e3b3dde6f74b6fa8;hb=b2bc013b141308cd0e78b47ed0b19e1c1ff6a20a;hp=08301c03a184fd168a61c5efa44db6a4c001f798;hpb=03fe06fa71f065e918c46a65e6a45e76063a07eb;p=petitboot diff --git a/lib/system/system.h b/lib/system/system.h index 08301c0..d27c2cd 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -15,6 +15,9 @@ struct pb_system_apps { const char *udhcpc; const char *vgscan; const char *vgchange; + const char *pb_plugin; + const char *pb_exec; + const char *sh; }; extern const struct pb_system_apps pb_system_apps;