mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
shm node: this node-type should work with ‚vectors‘ of samples too
This commit is contained in:
parent
ea6556bc8d
commit
f8713bb098
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ static struct plugin p = {
|
|||
.description = "use POSIX shared memory to interface with other programs",
|
||||
.type = PLUGIN_TYPE_NODE,
|
||||
.node = {
|
||||
.vectorize = 1,
|
||||
.vectorize = 0,
|
||||
.size = sizeof(struct shmem),
|
||||
.parse = shmem_parse,
|
||||
.print = shmem_print,
|
||||
|
|
Loading…
Add table
Reference in a new issue