X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsystem%2Fsystem.h;fp=lib%2Fsystem%2Fsystem.h;h=e803391601d14f7e2c94991e5f92ab00c4137cd0;hb=f4d947604d0aeecb1ee42ae4d3c9895b65342176;hp=08301c03a184fd168a61c5efa44db6a4c001f798;hpb=9f9bc4da3369b5637963064e2cd9d98e9dbd20d4;p=petitboot diff --git a/lib/system/system.h b/lib/system/system.h index 08301c0..e803391 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -15,6 +15,8 @@ struct pb_system_apps { const char *udhcpc; const char *vgscan; const char *vgchange; + const char *pb_plugin; + const char *pb_exec; }; extern const struct pb_system_apps pb_system_apps;