diff options
Diffstat (limited to 'sys/geom/geom_stats.h')
-rw-r--r-- | sys/geom/geom_stats.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/geom_stats.h b/sys/geom/geom_stats.h index 54ca880..8a0cf83 100644 --- a/sys/geom/geom_stats.h +++ b/sys/geom/geom_stats.h @@ -31,6 +31,8 @@ #ifndef _GEOM_GEOM_STATS_H_ #define _GEOM_GEOM_STATS_H_ +#define GEOM_STATS_DEVICE "geom.stats" + /* * A g_stat contains the statistics we collect on consumers and * providers. |