fix char cpu name
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index b34d50bcb3322acc7c897d98692432fa1250ea61..c71c8fbc2665ac3d3f9606e68b5a7f3b49cd830a 100644 (file)
@@ -268,6 +268,7 @@ struct _LttFacility{
   guint32  id;          //id of the facility
  
   guint32 pointer_size;
+  guint32 long_size;
   guint32 size_t_size;
   guint32 alignment;
 
@@ -307,6 +308,7 @@ typedef struct _LttBuffer {
 
 struct _LttTracefile{
   gboolean cpu_online;               //is the cpu online ?
+  GQuark long_name;                  //tracefile complete filename
   GQuark name;                       //tracefile name
   guint cpu_num;                     //cpu number of the tracefile
   LttTrace * trace;                  //trace containing the tracefile
This page took 0.023399 seconds and 4 git commands to generate.