X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libustcomm%2Fustcomm.h;fp=libustcomm%2Fustcomm.h;h=995295810a5fc80ee4f8fcd1cae87618ed821a03;hp=d16aec79fc9aa4b79cba8f2f72383665e58bd5c3;hb=1031eea2a5a72a647577fa131e0e83f7644d7be7;hpb=dc6c486b9ac1c9db99050f9d9d1919f9cb651027 diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index d16aec7..9952958 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -25,7 +25,9 @@ #include #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;