1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-19 09:43:20 +00:00

Fixed IPC path for macOS LoginScreen

This commit is contained in:
Bryan Roe
2020-04-07 14:15:42 -07:00
parent 0ce6fa835f
commit f4a84e212f

View File

@@ -27,7 +27,7 @@ limitations under the License.
#include <sys/un.h>
int KVM_Listener_FD = -1;
#define KVM_Listener_Path "/usr/local/mesh_services/mesh2/kvm"
#define KVM_Listener_Path "/usr/local/mesh_services/meshagent/kvm"
int KVM_AGENT_FD = -1;
int KVM_SEND(char *buffer, int bufferLen)