correctly add -lm for math lib
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 448ea7975941c7c33dc8093bda8ef02c980e272c..96931524af3a814acb4bba0b8520c91351b8eb5d 100644 (file)
@@ -140,18 +140,13 @@ void ltt_tracefile_open_cpu(LttTrace *t, char * tracefile_name);
 gint ltt_tracefile_open_control(LttTrace *t, char * control_name);
 
 
-/* obtain the time of an event */
-
-LttTime getEventTime(LttTracefile * tf);
-
-
 /* get the data type size and endian type of the local machine */
 
 void getDataEndianType(LttArchSize * size, LttArchEndian * endian);
 
 /* get an integer number */
 
-int getIntNumber(int size1, void *evD);
+gint64 getIntNumber(int size1, void *evD);
 
 
 /* get the node name of the system */
@@ -178,5 +173,6 @@ LttTracefile *ltt_tracefile_new();
 void ltt_tracefile_destroy(LttTracefile *tf);
 void ltt_tracefile_copy(LttTracefile *dest, const LttTracefile *src);
 
+void get_absolute_pathname(const char *pathname, char * abs_pathname);
 
 #endif // TRACE_H
This page took 0.023244 seconds and 4 git commands to generate.