Rewrite last GPL bits in relay.c and relay.h
[ust.git] / libustcmd / ustcmd.c
index 49b76f541af9f5c8bd883093d117f4c7e8b4d09d..d573a7fe2ef84ae845c698053322808252d2778d 100644 (file)
@@ -111,7 +111,7 @@ int ustcmd_destroy_trace(pid_t pid)
 {
        int result;
 
-       result = ustcmd_send_cmd("destroy", pid, NULL);
+       result = ustcmd_send_cmd("trace_destroy", pid, NULL);
        if (result) {
                return USTCMD_ERR_GEN;
        }
This page took 0.021746 seconds and 4 git commands to generate.