change app socket directory name for something more descriptive
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 28 Jan 2010 16:53:52 +0000 (11:53 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 28 Jan 2010 16:53:52 +0000 (11:53 -0500)
libustcomm/ustcomm.h

index 7e1960fbc3ea0a4e0de19ac0a2fe5543a57fb15b..564ecacaea21e73c1be6e895a22d318b9b3fa3a4 100644 (file)
@@ -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 {
This page took 0.024057 seconds and 4 git commands to generate.