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:
@@ -27,7 +27,7 @@ limitations under the License.
|
|||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
|
||||||
int KVM_Listener_FD = -1;
|
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_AGENT_FD = -1;
|
||||||
int KVM_SEND(char *buffer, int bufferLen)
|
int KVM_SEND(char *buffer, int bufferLen)
|
||||||
|
|||||||
Reference in New Issue
Block a user