diff options
Diffstat (limited to 'sys/geom/mirror/g_mirror.h')
-rw-r--r-- | sys/geom/mirror/g_mirror.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/geom/mirror/g_mirror.h b/sys/geom/mirror/g_mirror.h index 57bee2b..35d84b4 100644 --- a/sys/geom/mirror/g_mirror.h +++ b/sys/geom/mirror/g_mirror.h @@ -186,6 +186,8 @@ struct g_mirror_softc { int sc_bump_id; struct g_mirror_device_sync sc_sync; int sc_idle; /* DIRTY flags removed. */ + time_t sc_last_write; + u_int sc_writes; TAILQ_HEAD(, g_mirror_event) sc_events; struct mtx sc_events_mtx; |