1
0
Fork 0
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:
Steffen Vogel 2017-04-15 18:15:55 +02:00
parent ea6556bc8d
commit f8713bb098

View file

@ -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,