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:
parent
387918660c
commit
db15dda566
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue