summaryrefslogtreecommitdiffstats
path: root/discover/event.h
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-09-05 14:18:18 +1000
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2016-09-08 13:43:24 +1000
commite2c92865481a5fb043c03c0cde625a96ca608699 (patch)
tree6ff1b4f3a2ca32ccfb7969fff77f252468220b0d /discover/event.h
parenta50d5fe279db71cf85fabeb675c99b167ec63dcb (diff)
downloadtalos-petitboot-e2c92865481a5fb043c03c0cde625a96ca608699.tar.gz
talos-petitboot-e2c92865481a5fb043c03c0cde625a96ca608699.zip
discover: Deprecate 'conf' user event
The 'conf' user event is functionally very similar to the 'url' event, in that both events result in downloading a specified configuration file and passing it to iterate_parsers(). The 'url' event additionally allows downloading files from a directory path and is also accessed by the UI via pb-protocol, so remove the 'conf' event and associated functions in favour of 'url' and device_handler_process_url(). Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'discover/event.h')
-rw-r--r--discover/event.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/discover/event.h b/discover/event.h
index a603615..a639d9c 100644
--- a/discover/event.h
+++ b/discover/event.h
@@ -11,7 +11,6 @@ enum event_action {
EVENT_ACTION_ADD = 20,
EVENT_ACTION_REMOVE,
EVENT_ACTION_URL,
- EVENT_ACTION_CONF,
EVENT_ACTION_DHCP,
EVENT_ACTION_BOOT,
EVENT_ACTION_SYNC,
OpenPOWER on IntegriCloud