X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FProcess_List.h;h=eef9590fe1492db03bd84636bde8714337498536;hb=14963be07f6a9c7c2db0d988f557b870ebd5dead;hp=bd8f97ee8443859c650551c0db7b3445c905ebf1;hpb=68997a228f7f14486fa61714161911434bfb8a23;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h index bd8f97ee..eef9590f 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Process_List.h @@ -40,7 +40,7 @@ struct _ProcessList { GtkListStore *Store_M; /* A hash table by PID to speed up process position find in the list */ - GHashTable *Process_Hash; + GHashTable *process_hash; guint number_of_process; gboolean Test_Process_Sent; @@ -57,7 +57,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); + guint *height, HashedProcessData **hashed_process_data); // out : success (0) and height int processlist_remove(ProcessList *process_list, guint pid, LttTime *birth); @@ -67,11 +67,11 @@ guint processlist_get_height(ProcessList *process_list); gint processlist_get_process_pixels(ProcessList *process_list, guint pid, LttTime *birth, guint *y, guint *height, - HashedProcessData **Hashed_Process_Data); + HashedProcessData **hashed_process_data); gint processlist_get_pixels_from_data( ProcessList *process_list, ProcessInfo *process_info, - HashedProcessData *Hashed_Process_Data, + HashedProcessData *hashed_process_data, guint *y, guint *height);