summaryrefslogtreecommitdiffstats
path: root/src/afm-run.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-02-13 12:51:29 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-02-13 15:25:04 +0100
commitb61b97c4280c8cd5a34c69a35c954f9580462c45 (patch)
tree04d5073ce00c91d8aa49b1fcf07c8b5cc6b46035 /src/afm-run.h
parente906126c4e46ad9f3471aee208f096f55289ca03 (diff)
afm-user-daemon: prepare to launch with mode
Change-Id: I0372eab2496c2fdb12144d68c0f041f5f1fd360e Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afm-run.h')
-rw-r--r--src/afm-run.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afm-run.h b/src/afm-run.h
index 4ad0de1..88b6625 100644
--- a/src/afm-run.h
+++ b/src/afm-run.h
@@ -16,7 +16,7 @@
limitations under the License.
*/
-extern int afm_run_start(struct json_object *appli);
+extern int afm_run_start(struct json_object *appli, enum afm_launch_mode mode, char **uri);
extern int afm_run_terminate(int runid);
extern int afm_run_stop(int runid);
extern int afm_run_continue(int runid);