Replace libuuid with internal implementation
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 38ff2fd26b3d389d093fa458b897cf2dfe43b9f6..fce327314b526dbee05e648c4f65fe38d962d952 100644 (file)
@@ -1286,7 +1286,7 @@ static int launch_run_as_worker(const char *procname)
 
 static void sessiond_uuid_log(void)
 {
-       char uuid_str[UUID_STR_LEN];
+       char uuid_str[LTTNG_UUID_STR_LEN];
 
        lttng_uuid_to_str(sessiond_uuid, uuid_str);
        DBG("Starting lttng-sessiond {%s}", uuid_str);
This page took 0.023312 seconds and 4 git commands to generate.