fixed some drawing details
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Process_List.h
index c119fa33bab0d9cf9979c4c38172eb94a354478d..a02e7ab28bcfe3e20221a353fe5ec6bda06d673f 100644 (file)
@@ -56,6 +56,7 @@ GtkWidget *processlist_get_widget(ProcessList *Process_List);
 
 // out : success (0) and height
 int processlist_add(ProcessList *Process_List, guint pid, LttTime *birth,
+               gchar *name,
                guint *height, HashedProcessData **Hashed_Process_Data);
 // out : success (0) and height
 int processlist_remove(ProcessList *Process_List, guint pid, LttTime *birth);
This page took 0.025343 seconds and 4 git commands to generate.