From eefe357750df147359aa7ff532343a9b59341ef1 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 1 May 2013 09:29:51 +0800 Subject: discover: Add discover_server_notify_boot_status Add a function to the server to notify clients of boot status updates. Signed-off-by: Jeremy Kerr --- discover/discover-server.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'discover/discover-server.h') diff --git a/discover/discover-server.h b/discover/discover-server.h index e47cf5f..541afaf 100644 --- a/discover/discover-server.h +++ b/discover/discover-server.h @@ -6,6 +6,7 @@ struct discover_server; struct device_handler; struct boot_option; +struct boot_status; struct device; struct discover_server *discover_server_init(struct waitset *waitset); @@ -21,4 +22,6 @@ void discover_server_notify_boot_option_add(struct discover_server *server, struct boot_option *option); void discover_server_notify_device_remove(struct discover_server *server, struct device *device); +void discover_server_notify_boot_status(struct discover_server *server, + struct boot_status *status); #endif /* _DISCOVER_SERVER_H */ -- cgit v1.2.1