From f8713bb09881a051dcbc5233cec357eeae5af9b4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 15 Apr 2017 18:15:55 +0200 Subject: [PATCH] =?UTF-8?q?shm=20node:=20this=20node-type=20should=20work?= =?UTF-8?q?=20with=20=E2=80=9Avectors=E2=80=98=20of=20samples=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/nodes/shmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nodes/shmem.c b/lib/nodes/shmem.c index 9b3bcdcca..1b5a4050e 100644 --- a/lib/nodes/shmem.c +++ b/lib/nodes/shmem.c @@ -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,