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

loopback: node type does not provide signals

This commit is contained in:
Manuel Pitz 2019-07-30 12:01:05 +02:00
parent 387918660c
commit db15dda566

View file

@ -164,7 +164,7 @@ static void register_plugin() {
p.type = PluginType::NODE;
p.node.instances.state = State::DESTROYED;
p.node.vectorize = 0;
p.node.flags = (int) NodeFlags::PROVIDES_SIGNALS;
p.node.flags = 0;
p.node.size = sizeof(struct loopback);
p.node.parse = loopback_parse;
p.node.print = loopback_print;