X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=metrics.c;h=1ebdac75399c9b66b33dd2a5ebd8cc1e8ad1faa0;hb=60da7cb02ac89aadc0566fda60613042c0c136a7;hp=19d5df09b0861149310917981a1d7144e64df561;hpb=ce27513d12ab21ecef7cf92015de7885e870f2c7;p=fips diff --git a/metrics.c b/metrics.c index 19d5df0..1ebdac7 100644 --- a/metrics.c +++ b/metrics.c @@ -37,6 +37,9 @@ typedef struct counter typedef struct program_metrics { + /* This happens to also be the index into the + * ctx->program_metrics array currently + */ unsigned id; double ticks; } program_metrics_t;