From 9b6a1c588aad1bc07aa35da71fc8c312e432fa7c Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 26 Sep 2004 20:42:35 +0000 Subject: Forgot to commit addition of ds_resync field. --- sys/geom/mirror/g_mirror.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/geom/mirror/g_mirror.h b/sys/geom/mirror/g_mirror.h index d13aa07..060de91 100644 --- a/sys/geom/mirror/g_mirror.h +++ b/sys/geom/mirror/g_mirror.h @@ -97,6 +97,7 @@ struct g_mirror_disk_sync { off_t ds_offset; /* Offset of next request to send. */ off_t ds_offset_done; /* Offset of already synchronized region. */ + off_t ds_resync; /* Resynchronize from this offset. */ u_int ds_syncid; /* Disk's synchronization ID. */ u_char *ds_data; }; -- cgit v1.1