Files
asterisk/main
Richard Mudgett b26ec935ec stasic.c: Fix printf format type mismatches with arguments.
An int64_t is not likely the same size as a long.

* Changed the int64_t values in the statistics structs to longs so casting
is not necessary when generating the formatted CLI output.  The offending
members did not need to be int64_t anyway as they were only set by an int
type variable which was already truncating bits.

* Reordered the statistics structs to reduce potential padding bytes.

Change-Id: Ic090a070e9dc4ca650ebdb9c01ed50a581289962
2019-01-02 11:10:29 -06:00
..
2017-11-20 15:05:14 -05:00
2018-06-29 09:46:17 -06:00
2018-10-18 12:43:12 -05:00
2017-10-24 17:17:53 -04:00
2017-12-20 12:54:13 -05:00
2016-11-01 12:37:58 -05:00
2018-07-06 11:53:09 -06:00
2018-06-23 00:27:06 -06:00
2018-07-20 05:20:25 -06:00