From 81c7dd2c3248f0df563c21b444441ef92067167f Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Mon, 18 Jun 2018 00:36:06 +0200 Subject: Improved trace verb to support list of pids Change-Id: Ia6e650f2a7edf29d1f135fb47e5a513bcd83b3c8 Signed-off-by: Sebastien Douheret --- src/plugins/supervisor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/supervisor.h') diff --git a/src/plugins/supervisor.h b/src/plugins/supervisor.h index 6d33151..a7779ce 100644 --- a/src/plugins/supervisor.h +++ b/src/plugins/supervisor.h @@ -49,5 +49,6 @@ typedef struct daemons_result_ extern int getDaemons(AFB_ApiT apiHandle, DAEMONS_T **daemons); -extern int trace_exchange(AFB_ApiT apiHandle, DAEMON_T *svr, DAEMON_T *cli, const char *level); +extern int trace_daemon(AFB_ApiT apiHandle, DAEMON_T *dm, const char *level); +extern int trace_drop(AFB_ApiT apiHandle, int pid); extern int supervisor_init(void); -- cgit 1.2.3-korg