aqhome: implemented IPC client, fixed some bugs.
sending a PING request and retrieving the PONG response works now.
This commit is contained in:
@@ -47,9 +47,12 @@
|
||||
<headers dist="true" install="$(pkgincludedir)/ipc" >
|
||||
endpoint_node_ipc.h
|
||||
endpoint_node_ipc_tcpd.h
|
||||
endpoint_ipc_tcpc.h
|
||||
endpoint_ipc_tcpc_p.h
|
||||
msg_ipc.h
|
||||
msg_ipc_forward.h
|
||||
msg_ipc_value.h
|
||||
msg_ipc_ping.h
|
||||
</headers>
|
||||
|
||||
|
||||
@@ -62,9 +65,11 @@
|
||||
|
||||
endpoint_node_ipc.c
|
||||
endpoint_node_ipc_tcpd.c
|
||||
endpoint_ipc_tcpc.c
|
||||
msg_ipc.c
|
||||
msg_ipc_forward.c
|
||||
msg_ipc_value.c
|
||||
msg_ipc_ping.c
|
||||
</sources>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user