]> git.cworth.org Git - fips/commit
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)
commit3d421696b9e6cc28f590204fb290f775330e78e8
tree524451f00f8f8ce7fb5f4d05b61897485f270030
parent43fa296375ee35d811b7fed4537312ce9d08feac
Hide the metrics_t data structure in metrics.c

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.
context.c
context.h
metrics.c
metrics.h