mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add info for decimate hook
This commit is contained in:
parent
0d51b310bf
commit
784e64fb42
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ paths = (
|
|||
in = "opal_node", # There's only a single source node allowed!
|
||||
out = [ "udp_node", "tcp_node" ], # Multiple destination nodes are supported too.
|
||||
|
||||
hook = [ "print", "decimate" ] # Same is true for hooks.
|
||||
hook = [ "print", "decimate:10" ] # Same is true for hooks.
|
||||
# Multipe hook functions are executed in the order they are specified here.
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue