X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=0522e70841fb2615cfce318704c0fdb9a045bb87;hb=1164734afd826ca8cef0a624aa4f4c59ecb1e228;hp=3541e44c89f2b1ddf8b22401dbce1f18ebc9b4ac;hpb=d597a7dd81bbb83a0442345c547b3317839994cf;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index 3541e44c..0522e708 100644 --- a/src/main.c +++ b/src/main.c @@ -45,6 +45,7 @@ #include "afb-session.h" #include "verbose.h" #include "afb-common.h" +#include "afb-monitor.h" #include "afb-hook.h" #include "sd-fds.h" @@ -560,6 +561,8 @@ static void start() ERROR("can't create main api set"); goto error; } + if (afb_monitor_init() < 0) { + ERROR("failed to setup monitor"); goto error; }