aqhome: renamed endpoint_node_ipc_tcp to endpoint_node_ipc_tcpd.

This commit is contained in:
Martin Preuss
2023-04-09 18:49:13 +02:00
parent c8afd7eb74
commit 047a0a9937
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
<headers dist="true" install="$(pkgincludedir)/ipc" > <headers dist="true" install="$(pkgincludedir)/ipc" >
endpoint_node_ipc.h endpoint_node_ipc.h
endpoint_node_ipc_tcp.h endpoint_node_ipc_tcpd.h
msg_ipc.h msg_ipc.h
msg_ipc_forward.h msg_ipc_forward.h
msg_ipc_value.h msg_ipc_value.h
@@ -61,7 +61,7 @@
$(local/typefiles) $(local/typefiles)
endpoint_node_ipc.c endpoint_node_ipc.c
endpoint_node_ipc_tcp.c endpoint_node_ipc_tcpd.c
msg_ipc.c msg_ipc.c
msg_ipc_forward.c msg_ipc_forward.c
msg_ipc_value.c msg_ipc_value.c

View File

@@ -11,7 +11,7 @@
#endif #endif
#include "aqhome/ipc/endpoint_node_ipc_tcp.h" #include "aqhome/ipc/endpoint_node_ipc_tcpd.h"
#include "aqhome/ipc/endpoint_node_ipc.h" #include "aqhome/ipc/endpoint_node_ipc.h"
#include "aqhome/msg/endpoint_node.h" #include "aqhome/msg/endpoint_node.h"
#include "aqhome/msg/msg_node.h" #include "aqhome/msg/msg_node.h"