afb-monitor: update hooks for tracing
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 24 Aug 2017 08:22:43 +0000 (10:22 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Thu, 24 Aug 2017 17:06:07 +0000 (19:06 +0200)
Updating hooks is needed (at the moment) also for events.

Change-Id: If5f6259499b3d35a2fd5504185b9f751f96c4e06
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-monitor.c

index 4bedc49..9f01cc0 100644 (file)
@@ -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();
 }