From: Samuel Mendoza-Jonas Date: Wed, 1 Feb 2017 05:11:43 +0000 (+1100) Subject: discover: Handle and track plugin_options X-Git-Tag: v1.6.0~16 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;ds=sidebyside;h=ff7293bba1fd4cdf54bb90bd1b7a38dd393fee69;hp=ff7293bba1fd4cdf54bb90bd1b7a38dd393fee69;p=petitboot discover: Handle and track plugin_options Track plugin_options in the device_handler. Plugins can be added with device_handler_add_plugin_option() and accessed via device_handler_get_plugin(). Extend discover_server to support the new 'add' and 'remove' pb-protocol actions and advertise new plugins to connecting clients. Signed-off-by: Samuel Mendoza-Jonas ---