X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafm-run.c;h=c5d15523c3d125922c68adc4feb7332e2aca1c83;hb=fce7cd888063b5fffcde071914e717c7c914fa6e;hp=152b57fe5440dd5a54a693b2fe710ba7ff001e17;hpb=2c6fcae14552ab6e7addc82516617a135f86b5ca;p=src%2Fapp-framework-main.git diff --git a/src/afm-run.c b/src/afm-run.c index 152b57f..c5d1552 100644 --- a/src/afm-run.c +++ b/src/afm-run.c @@ -27,7 +27,7 @@ #include #include -#include +#include #include "verbose.h" #include "utils-dir.h" @@ -388,18 +388,18 @@ static int fill_launch_desc(struct json_object *appli, return -1; } - /* plugins */ + /* bindings */ { /* TODO */ static const char *null = NULL; - desc->plugins = &null; + desc->bindings = &null; } /* finaly */ desc->home = homeappdir; desc->mode = mode; return 0; -}; +} /**************** report state of runner *********************/