From: Pierre-Marc Fournier Date: Thu, 28 Jan 2010 16:53:52 +0000 (-0500) Subject: change app socket directory name for something more descriptive X-Git-Tag: v0.2~46 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=397d8454183f0261778b5375a5e448d1b0101fc6 change app socket directory name for something more descriptive --- diff --git a/libustcomm/ustcomm.h b/libustcomm/ustcomm.h index 7e1960f..564ecac 100644 --- a/libustcomm/ustcomm.h +++ b/libustcomm/ustcomm.h @@ -23,7 +23,7 @@ #include "kcompat.h" -#define SOCK_DIR "/tmp/socks" +#define SOCK_DIR "/tmp/ust-app-socks" #define UST_SIGNAL SIGIO struct ustcomm_connection {