]> git.cworth.org Git - fips/blobdiff - metrics.c
Add an explanatory comment for a surprisingly-unused field.
[fips] / metrics.c
index 19d5df09b0861149310917981a1d7144e64df561..1ebdac75399c9b66b33dd2a5ebd8cc1e8ad1faa0 100644 (file)
--- 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;