Hi Juri,
Adding you in the thread as I don't know if you have subscribe ti the linaro sched tool list
Regards, Vincent
On 24 March 2015 at 09:34, Vincent Guittot vincent.guittot@linaro.org wrote:
Signed-off-by: Vincent Guittot vincent.guittot@linaro.org
src/rt-app_parse_config.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/rt-app_parse_config.c b/src/rt-app_parse_config.c index 3fdf5f5..5a57d3b 100644 --- a/src/rt-app_parse_config.c +++ b/src/rt-app_parse_config.c @@ -195,7 +195,6 @@ static void init_resource_data(const char *name, int type, int idx, const rtapp_options_t *opts) { rtapp_resource_t *data = &(opts->resources[idx]);
char *target; /* common and defaults */ data->index = idx;
@@ -219,7 +218,7 @@ static void parse_resource_data(const char *name, struct json_object *obj, int idx, rtapp_resource_t *data, const rtapp_options_t *opts) {
char *type, *target;
char *type; char def_type[RTAPP_RESOURCE_DESCR_LENGTH]; log_info(PFX "Parsing resources %s [%d]", name, idx);
-- 1.9.1