X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Fsystem%2Fsystem.h;h=e803391601d14f7e2c94991e5f92ab00c4137cd0;hb=d90efe9e2bbfb18ee05ec2032b5723dbfa902d82;hp=08301c03a184fd168a61c5efa44db6a4c001f798;hpb=03fe06fa71f065e918c46a65e6a45e76063a07eb;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;