mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
update comments
This commit is contained in:
parent
54bd0af030
commit
fac3feecda
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ struct node_direction {
|
|||
int builtin; /**< This node should use built-in hooks by default. */
|
||||
int vectorize; /**< Number of messages to send / recv at once (scatter / gather) */
|
||||
|
||||
struct vlist hooks; /**< List of write hooks (struct hook). */
|
||||
struct vlist hooks; /**< List of read / write hooks (struct hook). */
|
||||
struct vlist signals; /**< Signal description. */
|
||||
|
||||
json_t *cfg; /**< A JSON object containing the configuration of the node. */
|
||||
|
|
Loading…
Add table
Reference in a new issue