Rename libustd to libustconsumer and ustd to ust-consumerd
[ust.git] / libustcmd / ustcmd.c
index 2c16e754da425d2f9c1fcc9b71fdb84f0db77347..62c117f8cfa87de2d162370acc35f9e91242e572 100644 (file)
@@ -104,7 +104,7 @@ pid_t *ustcmd_get_online_pids(void)
                }
 
                if (dirent->d_type != DT_DIR &&
-                   !!strcmp(dirent->d_name, "ustd")) {
+                   !!strcmp(dirent->d_name, "ust-consumer")) {
 
                        sscanf(dirent->d_name, "%u", (unsigned int *) &ret[i]);
                        /* FIXME: Here we previously called pid_is_online, which
This page took 0.022295 seconds and 4 git commands to generate.