Forgot to commit addition of ds_resync field.

This commit is contained in:
Pawel Jakub Dawidek 2004-09-26 20:42:35 +00:00
parent e8adbe4499
commit 0217ba9893

View File

@ -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;
};