aqhome: added IPC messages (FORWARD, VALUE)

This commit is contained in:
Martin Preuss
2023-03-19 23:21:02 +01:00
parent 0db8a14972
commit c247687bf9
8 changed files with 272 additions and 25 deletions

View File

@@ -48,7 +48,8 @@
endpoint_node_ipc.h
endpoint_node_ipc_tcp.h
msg_ipc.h
msg_forward.h
msg_ipc_forward.h
msg_ipc_value.h
</headers>
@@ -62,7 +63,8 @@
endpoint_node_ipc.c
endpoint_node_ipc_tcp.c
msg_ipc.c
msg_forward.c
msg_ipc_forward.c
msg_ipc_value.c
</sources>