1
0
Fork 0
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:
Steffen Vogel 2017-08-30 16:40:45 +02:00
parent 8b85c0e5be
commit c814148e44

View file

@ -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);