X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftrace.h;h=9981f1f0772f084854a6dec4d8ede3e1ed4e82af;hb=0f7f40c1b766872829fdac2f76d3c2cf1bb10db8;hp=96931524af3a814acb4bba0b8520c91351b8eb5d;hpb=2eef04b5f3234a4e303bd6162eb20d055b7d44cf;p=lttv.git diff --git a/ltt/branches/poly/ltt/trace.h b/ltt/branches/poly/ltt/trace.h index 96931524..9981f1f0 100644 --- a/ltt/branches/poly/ltt/trace.h +++ b/ltt/branches/poly/ltt/trace.h @@ -146,7 +146,7 @@ void getDataEndianType(LttArchSize * size, LttArchEndian * endian); /* get an integer number */ -gint64 getIntNumber(int size1, void *evD); +gint64 getIntNumber(gboolean reverse_byte_order, int size1, void *evD); /* get the node name of the system */