mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
hooks: Cast hook should also work for writes.
Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
parent
19dfac280b
commit
2c02f01d17
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ public:
|
|||
static char n[] = "cast";
|
||||
static char d[] = "Cast signals types";
|
||||
static HookPlugin<CastHook, n, d,
|
||||
(int)Hook::Flags::NODE_READ | (int)Hook::Flags::PATH>
|
||||
(int)Hook::Flags::NODE_READ | (int)Hook::Flags::NODE_WRITE |
|
||||
(int)Hook::Flags::PATH>
|
||||
p;
|
||||
|
||||
} // namespace node
|
||||
|
|
Loading…
Add table
Reference in a new issue