mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
hook: add new process entrypoint to villas-hook
This commit is contained in:
parent
8b85c0e5be
commit
c814148e44
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ check: if (optarg == endptr)
|
|||
debug(15, "Read %u smps from stdin", recv);
|
||||
|
||||
hook_read(&h, smps, (unsigned *) &recv);
|
||||
hook_process(&h, smps, (unsigned *) &recv);
|
||||
hook_write(&h, smps, (unsigned *) &recv);
|
||||
|
||||
io_print(&io, smps, recv);
|
||||
|
|
Loading…
Add table
Reference in a new issue