uninitialized variables checked. Also change two if/else if functions for switch
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 448ea7975941c7c33dc8093bda8ef02c980e272c..8b4fd197e0548d01618a574246de777bbc4a3f7d 100644 (file)
@@ -151,7 +151,7 @@ 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 */
This page took 0.023732 seconds and 4 git commands to generate.