api: api socket respect unix runtime directory
[vpp.git] / src / vlibmemory / socket_api.h
index f3af300..7192e0f 100644 (file)
 #include <svm/ssvm.h>
 #include <vppinfra/file.h>
 
-#define API_SOCKET_FILE "/run/vpp-api.sock"
+/* Deprecated */
+#define API_SOCKET_FILE "/run/vpp/api.sock"
+
+#define API_SOCKET_FILENAME "api.sock"
 
 typedef struct
 {