summaryrefslogtreecommitdiffstats
path: root/discover/parser.h
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-03-11 14:07:36 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-04-16 11:41:46 +0800
commit12a5c9153ce95ddde7fb14eaba9d779933a3637c (patch)
tree0919a8d387e617c01b4a462d7cd9fe0cedbc709c /discover/parser.h
parentbd06734362bb727b09b943688d9b69aa0a84590d (diff)
downloadtalos-petitboot-12a5c9153ce95ddde7fb14eaba9d779933a3637c.tar.gz
talos-petitboot-12a5c9153ce95ddde7fb14eaba9d779933a3637c.zip
discover: Consolidate user events by device ID
Currently, we assume all user events are for a new device. This means that we can never add boot options to an existing device. This change tries to find an existing (matching by ID) device before creating a new one in the user event add path. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover/parser.h')
-rw-r--r--discover/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/discover/parser.h b/discover/parser.h
index 589c6ff..a80d1b5 100644
--- a/discover/parser.h
+++ b/discover/parser.h
@@ -21,6 +21,7 @@ enum generic_icon_type {
void parser_init(void);
void iterate_parsers(struct discover_context *ctx);
-int parse_user_event(struct device *device, struct event *event);
+struct boot_option *parse_user_event(struct device *device,
+ struct event *event);
#endif /* _PARSER_H */
OpenPOWER on IntegriCloud