From 0928b24ead6f4987b805ab86368ea53524440f56 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 31 Mar 2019 19:59:12 +0200 Subject: [PATCH] hooks: ts hook can be used everywhere --- lib/hooks/ts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hooks/ts.cpp b/lib/hooks/ts.cpp index b61f16fa3..fa0485dc8 100644 --- a/lib/hooks/ts.cpp +++ b/lib/hooks/ts.cpp @@ -50,7 +50,7 @@ public: static HookPlugin p( "ts", "Overwrite origin timestamp of samples with receive timestamp", - HOOK_NODE_READ, + HOOK_NODE_READ | HOOK_NODE_WRITE | HOOK_PATH, 99 );