resolve fd to filename if possible with -y
[lttngtop.git] / src / common.h
index 3b93c63db239f2275c07cd7a0716203feaab1912..2949142573f407ec89496cc41dd4abf5d386a1ff 100644 (file)
@@ -51,7 +51,7 @@ extern int quit;
 
 struct lttngtop *data;
 
-struct processtop *find_process_tid(struct lttngtop *ctx, int pid, char *comm);
+struct processtop *find_process_tid(struct lttngtop *ctx, int pid, const char *comm);
 struct processtop* add_proc(struct lttngtop *ctx, int pid, char *comm,
                unsigned long timestamp, char *hostname);
 struct processtop* update_proc(struct processtop* proc, int pid, int tid,
This page took 0.022989 seconds and 4 git commands to generate.