]> git.cworth.org Git - fips/commitdiff
Hide the metrics_t data structure in metrics.c
authorCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 22:17:07 +0000 (14:17 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 22:17:07 +0000 (14:17 -0800)
Previously, this structure was exposed in metrics.h, which was
obviously not very clean. With this structure now private to
metrics.c, the code should be easier to both read and maintain.


No differences found