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

file: fix config test

This commit is contained in:
Steffen Vogel 2019-04-23 11:19:42 +02:00
parent bc3a29ef31
commit c25bd76922

View file

@ -101,7 +101,7 @@ int file_parse(struct node *n, json_t *cfg)
"in",
"eof", &eof,
"rate", &f->rate,
"epoch", &epoch,
"epoch_mode", &epoch,
"epoch", &epoch_flt,
"buffer_size", &f->buffer_size_in,
"out",