]> git.cworth.org Git - fips/blobdiff - context.h
Hide the metrics_t data structure in metrics.c
[fips] / context.h
index 6ad357fd724aa958f9f6caf8e165ef796bf253fc..1fddf2e93e289d825b56ad157322563302e7e811 100644 (file)
--- a/context.h
+++ b/context.h
@@ -33,7 +33,7 @@ typedef struct context
        void *system_id;
 
        metrics_info_t metrics_info;
-       metrics_t metrics;
+       metrics_t *metrics;
 } context_t;
 
 /* Indicate that a new context has come into use.