change DEBUG macro to UST_DEBUG, now it must be -D's at ./configure to activate it
[ust.git] / ustd / ustd.h
index 6025213d8a9050a91d42a8ca35123f6df876e745..8d5becd3e24c2a2590654ddeccf1db60039e489c 100644 (file)
@@ -6,7 +6,7 @@
 #define USTD_DEFAULT_TRACE_PATH "/tmp/usttrace"
 
 struct buffer_info {
-       char *name;
+       const char *name;
        pid_t pid;
        struct ustcomm_connection conn;
 
This page took 0.023551 seconds and 4 git commands to generate.