1
0
Fork 0
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:
Marija Stevic 2015-10-11 10:20:12 +02:00
parent 0d51b310bf
commit 784e64fb42

View file

@ -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.
}
);