add usertrace support
[lttv.git] / ltt / branches / poly / ltt / ltt-private.h
index 98e5b342b879698f0d0b0c1a7ff5464f78690aaa..eceadc437c36f12879912ccb0fb109c889839add 100644 (file)
@@ -347,6 +347,9 @@ struct _LttTracefile{
   GQuark long_name;                  //tracefile complete filename
   GQuark name;                       //tracefile name
   guint cpu_num;                     //cpu number of the tracefile
+       guint   tid;                                                                                             //Usertrace tid, else 0
+       guint pgid;                                                                                              //Usertrace pgid, else 0
+       guint64 creation;                                                                        //Usertrace creation, else 0
   LttTrace * trace;                  //trace containing the tracefile
   int fd;                            //file descriptor 
   off_t file_size;                   //file size
This page took 0.022551 seconds and 4 git commands to generate.