resolve fd to filename if possible with -y
[lttngtop.git] / src / common.c
index 0a38bf36423769d069eaed4accf28b47fce4e678..31fa9055ce59548b42e134704d71be77f536638a 100644 (file)
@@ -164,7 +164,7 @@ char *get_context_hostname(const struct bt_ctf_event *event)
  * To get the parent process, put the pid in the tid field
  * because the parent process gets pid = tid
  */
-struct processtop *find_process_tid(struct lttngtop *ctx, int tid, char *comm)
+struct processtop *find_process_tid(struct lttngtop *ctx, int tid, const char *comm)
 {
        struct processtop *tmp;
 
This page took 0.022215 seconds and 4 git commands to generate.