ustd/ustcomm: allow to choose custom socket path
[ust.git] / ustd / ustd.c
index 5b45b6c812b94263d92ce81b8f4a8a06a81b70f3..a70f2f70a209f3436864ed50efac25275ab20000 100644 (file)
@@ -47,6 +47,8 @@
 #define PUT_SUBBUF_DIED 0
 #define PUT_SUBBUF_PUSHED 2
 
+char *sock_path=NULL;
 int test_sigpipe(void)
 {
        sigset_t sigset;
This page took 0.023004 seconds and 4 git commands to generate.