fix cfv for process names
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.h
index b2a6435a42e08e7f30c6f6d3a48857700d0c8ca9..a4465edc26b6706b1c898bbaab23fef8dc14ea38 100644 (file)
@@ -145,6 +145,11 @@ void processlist_set_name(ProcessList *process_list,
     GQuark name,
     HashedProcessData *hashed_process_data);
 
+/* Set the ppid of a process */
+void processlist_set_ppid(ProcessList *process_list,
+    guint ppid,
+    HashedProcessData *hashed_process_data);
+
 
 /* Synchronize the list at the left and the drawing */
 void update_index_to_pixmap(ProcessList *process_list);
This page took 0.022561 seconds and 4 git commands to generate.