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

convert: add missing name to IO dir

This commit is contained in:
Steffen Vogel 2020-01-09 09:38:20 +01:00
parent ae8f43dac9
commit 1f4a7a540e

View file

@ -54,6 +54,7 @@ public:
throw RuntimeError("Failed to initialize memory");
for (unsigned i = 0; i < ARRAY_LEN(dirs); i++) {
dirs[i].name = i == 0 ? "in" : "out";
dirs[i].format = "villas.human";
dirs[i].io.state = State::DESTROYED;
}