mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
misc changes
This commit is contained in:
parent
936be46f13
commit
96b05e32cb
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
set(NODE_SRC
|
||||
influxdb.c
|
||||
# @todo: Port to C++
|
||||
# stats.c
|
||||
signal_generator.c
|
||||
loopback.c
|
||||
|
|
|
@ -266,7 +266,7 @@ int signal_generator_read(struct node *n, struct sample *smps[], unsigned cnt, u
|
|||
if (s->limit > 0 && s->counter >= s->limit) {
|
||||
info("Reached limit of node %s", node_name(n));
|
||||
killme(SIGTERM);
|
||||
pause();
|
||||
return 0;
|
||||
}
|
||||
|
||||
s->counter += steps;
|
||||
|
|
Loading…
Add table
Reference in a new issue