blob: d2b20d281d934d189169de4a70a5fa14ba517c93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/mcast/client/api_server.h b/mcast/client/api_server.h
index e0f946f..13d4cb4 100644
--- a/mcast/client/api_server.h
+++ b/mcast/client/api_server.h
@@ -7,7 +7,7 @@
*/
#define API_SHM_NAMESPACE "/mcli"
-#define API_SOCK_NAMESPACE "/var/tmp/mcli.sock"
+#define API_SOCK_NAMESPACE "/run/libmcli/mcli.sock"
typedef enum { API_IDLE,
API_REQUEST,
|