X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-monitor.c;h=9f01cc020379e51e6d5d957da9927220b2bf582e;hb=d7936bbe45900b7bb315e0504672d242b7100af5;hp=4bedc49ddc3c048529468128b404c979c3c3026a;hpb=82c1183b806b14e3e80d97b015cf1c25ac583912;p=src%2Fapp-framework-binder.git diff --git a/src/afb-monitor.c b/src/afb-monitor.c index 4bedc49d..9f01cc02 100644 --- a/src/afb-monitor.c +++ b/src/afb-monitor.c @@ -28,6 +28,7 @@ #include "afb-apiset.h" #include "afb-api-so-v2.h" #include "afb-ditf.h" +#include "afb-evt.h" #include "afb-xreq.h" #include "afb-trace.h" #include "verbose.h" @@ -355,5 +356,6 @@ static void f_trace(struct afb_req req) afb_req_success(req, NULL, NULL); end: afb_apiset_update_hooks(main_apiset, NULL); + afb_evt_update_hooks(); }