Re: [PATCH 3/4] config-parser: Enable updating an already-loaded config

2015-01-21 Thread Bryce Harrington
On Wed, Jan 21, 2015 at 01:08:21PM -0600, Derek Foreman wrote: > On 20/01/15 05:30 PM, Bryce Harrington wrote: > > From: "Bryce Harrington" > > > > Adds weston_config_update(), which parses a condensed string of > > comma-delimited key/value pairs and adds or changes the corresponding > > paramet

Re: [PATCH 3/4] config-parser: Enable updating an already-loaded config

2015-01-21 Thread Derek Foreman
On 20/01/15 05:30 PM, Bryce Harrington wrote: > From: "Bryce Harrington" > > Adds weston_config_update(), which parses a condensed string of > comma-delimited key/value pairs and adds or changes the corresponding > parameters in the weston_config structure. > > Signed-off-by: Bryce Harrington (h

[PATCH 3/4] config-parser: Enable updating an already-loaded config

2015-01-20 Thread Bryce Harrington
From: "Bryce Harrington" Adds weston_config_update(), which parses a condensed string of comma-delimited key/value pairs and adds or changes the corresponding parameters in the weston_config structure. Signed-off-by: Bryce Harrington (http://osg.samsung.com) Signed-off-by: Bryce Harrington ---