X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ui%2Fcommon%2Fdiscover-client.h;h=2245a65141330883383af48f9e448fa4e4a0e256;hb=88e363f1dfec49a156c0be4f8368728871401122;hp=5317b446f5407e50682b91a523d1889bfeaa4bc3;hpb=bd06734362bb727b09b943688d9b69aa0a84590d;p=petitboot diff --git a/ui/common/discover-client.h b/ui/common/discover-client.h index 5317b44..2245a65 100644 --- a/ui/common/discover-client.h +++ b/ui/common/discover-client.h @@ -24,6 +24,7 @@ struct discover_client_ops { int (*boot_option_add)(struct device *dev, struct boot_option *option, void *arg); void (*device_remove)(struct device *device, void *arg); + void (*update_status)(struct boot_status *status, void *arg); void *cb_arg; };