summaryrefslogtreecommitdiffstats
path: root/ui/common/discover-client.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-10-18 10:31:03 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-11-13 17:27:51 +0800
commit7832d10c59cfe7f06e19bc6f0b6acaac1a552618 (patch)
treef2409268202847b3192b0ea1ed7c7b543f21ee35 /ui/common/discover-client.h
parent20be68872f056457b99cc64164171901be4bc5a3 (diff)
downloadtalos-petitboot-7832d10c59cfe7f06e19bc6f0b6acaac1a552618.tar.gz
talos-petitboot-7832d10c59cfe7f06e19bc6f0b6acaac1a552618.zip
config: Implement config messages
On client connect, send a PB_PROTOCOL_ACTION_CONFIG message. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/common/discover-client.h')
-rw-r--r--ui/common/discover-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/common/discover-client.h b/ui/common/discover-client.h
index feca63b..6aa0432 100644
--- a/ui/common/discover-client.h
+++ b/ui/common/discover-client.h
@@ -27,6 +27,7 @@ struct discover_client_ops {
void (*device_remove)(struct device *device, void *arg);
void (*update_status)(struct boot_status *status, void *arg);
void (*update_sysinfo)(struct system_info *sysinfo, void *arg);
+ void (*update_config)(struct config *sysinfo, void *arg);
void *cb_arg;
};
OpenPOWER on IntegriCloud