Make root see all available pids v2
[ust.git] / libustcomm / ustcomm.h
index d16aec79fc9aa4b79cba8f2f72383665e58bd5c3..995295810a5fc80ee4f8fcd1cae87618ed821a03 100644 (file)
@@ -25,7 +25,9 @@
 #include <ust/kcompat/kcompat.h>
 
 #define SOCK_DIR "/tmp/ust-app-socks"
-#define USER_SOCK_DIR "/tmp/ust-socks-"
+#define USER_TMP_DIR "/tmp"
+#define USER_SOCK_DIR_BASE "ust-socks-"
+#define USER_SOCK_DIR USER_TMP_DIR "/" USER_SOCK_DIR_BASE
 
 struct ustcomm_sock {
        struct cds_list_head list;
This page took 0.021872 seconds and 4 git commands to generate.