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: changed description of node-type

This commit is contained in:
Steffen Vogel 2017-04-15 18:16:12 +02:00
parent f8713bb098
commit 4b9d62fd3e

View file

@ -225,7 +225,7 @@ char * shmem_print(struct node *n)
static struct plugin p = {
.name = "shmem",
.description = "use POSIX shared memory to interface with other programs",
.description = "POSIX shared memory interface with external processes",
.type = PLUGIN_TYPE_NODE,
.node = {
.vectorize = 0,