1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hooks: ts hook can be used everywhere

This commit is contained in:
Steffen Vogel 2019-03-31 19:59:12 +02:00
parent cb9be6f991
commit 0928b24ead

View file

@ -50,7 +50,7 @@ public:
static HookPlugin<TsHook> p(
"ts",
"Overwrite origin timestamp of samples with receive timestamp",
HOOK_NODE_READ,
HOOK_NODE_READ | HOOK_NODE_WRITE | HOOK_PATH,
99
);