diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-09 18:56:06 +0200 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2019-05-09 18:56:06 +0200 |
commit | 395554e75a52056ff6cbff9c2a9a62f401e287a9 (patch) | |
tree | ee779fe56b0ba9e87ccae8cad0d1fe1a0ae73e8e /src/plugins/supervisor.h | |
parent | d285cf2515dc1f65cae7c685f6da18351a0a5429 (diff) |
Git submodule migration to separated libraries
Bug-AGL: SPEC-2139
Change-Id: Ie96b5a51b8e725a175a824236a11eb29de3631fc
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
Diffstat (limited to 'src/plugins/supervisor.h')
-rw-r--r-- | src/plugins/supervisor.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/supervisor.h b/src/plugins/supervisor.h index a7779ce..557f4ce 100644 --- a/src/plugins/supervisor.h +++ b/src/plugins/supervisor.h @@ -48,7 +48,7 @@ typedef struct daemons_result_ } DAEMONS_T; -extern int getDaemons(AFB_ApiT apiHandle, DAEMONS_T **daemons); -extern int trace_daemon(AFB_ApiT apiHandle, DAEMON_T *dm, const char *level); -extern int trace_drop(AFB_ApiT apiHandle, int pid); +extern int getDaemons(afb_api_t apiHandle, DAEMONS_T **daemons); +extern int trace_daemon(afb_api_t apiHandle, DAEMON_T *dm, const char *level); +extern int trace_drop(afb_api_t apiHandle, int pid); extern int supervisor_init(void); |