aboutsummaryrefslogtreecommitdiffstats
path: root/src/afm-urun.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-03-19 23:21:35 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-22 17:03:00 +0100
commit8b1685b5b726d98d50e83acf04279d4a9ccb2eeb (patch)
treec8984dc47cdb306f618aba446cac1d847106fa79 /src/afm-urun.h
parent61327e938cab27c6ce54f4324ba8144d39b24bee (diff)
Add ability to manage all widget/applicationsflounder
For system uses -like automatic testing-, it is needed to include tha ability to list ALL installed widgets and ALL running instance of installed widgets. This change adds the option -a or --all to the commands 'list' and 'runners' for the purpose of listing any installed widgets, even those requiring to be hidden. Example: afm-util ps -a Bug-AGL: SPEC-2272 Bug-AGL: SPEC-1850 Change-Id: I216ec9c63efea1b3af58e1d2d7723d986e04551e Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-urun.h')
-rw-r--r--src/afm-urun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afm-urun.h b/src/afm-urun.h
index e2a15ab..dc9731f 100644
--- a/src/afm-urun.h
+++ b/src/afm-urun.h
@@ -23,7 +23,7 @@ extern int afm_urun_once(struct json_object *appli, int uid);
extern int afm_urun_terminate(int runid, int uid);
extern int afm_urun_pause(int runid, int uid);
extern int afm_urun_resume(int runid, int uid);
-extern struct json_object *afm_urun_list(struct afm_udb *db, int uid);
+extern struct json_object *afm_urun_list(struct afm_udb *db, int all, int uid);
extern struct json_object *afm_urun_state(struct afm_udb *db, int runid, int uid);
extern int afm_urun_search_runid(struct afm_udb *db, const char *id, int uid);