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