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:
parent
f8713bb098
commit
4b9d62fd3e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue