]> git.cworth.org Git - fips/commit
Push oustanding-counter data down from context.c into metrics.c
authorCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 22:06:06 +0000 (14:06 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 4 Nov 2013 22:06:06 +0000 (14:06 -0800)
commit43fa296375ee35d811b7fed4537312ce9d08feac
treeb2fbc8e9d6c692ed2a611d0c0f9ac273cf0e9023
parent316481c29241d6ba004f644d4b0d3198b2a2ec3f
Push oustanding-counter data down from context.c into metrics.c

Here, we introduce a new metrics_t structure which is responsible for
kepping track of lists of outstanding counters as well as the array of
collected counter results.

Now, context_t is much cleaner, containing only the ID of the system
context, the metric_info_t and the metrics_t.
context.c
context.h
metrics.c
metrics.h