]> git.ozlabs.org Git - petitboot/blobdiff - discover/discover-server.c
discover: Add helpers for status reporting
[petitboot] / discover / discover-server.c
index 5f6f4d5190422aa257db6f2f7cbbce6cf887e654..ad184f66a43559fcc78707b7aa69c204bfec69f2 100644 (file)
@@ -157,7 +157,7 @@ static int write_device_remove_message(struct discover_server *server,
 }
 
 static int write_boot_status_message(struct discover_server *server,
-               struct client *client, const struct boot_status *status)
+               struct client *client, const struct status *status)
 {
        struct pb_protocol_message *message;
        int len;
@@ -366,7 +366,7 @@ void discover_server_notify_device_remove(struct discover_server *server,
 }
 
 void discover_server_notify_boot_status(struct discover_server *server,
-               struct boot_status *status)
+               struct status *status)
 {
        struct client *client;