diff options
author | 1999-07-30 14:45:31 +0000 | |
---|---|---|
committer | 1999-07-30 14:45:31 +0000 | |
commit | 16c3d6c44805f17bcf201fdae3a0c3b9f321ce72 (patch) | |
tree | e0cb70b347563c6decb963b06643841fb106face /sys/dev/raidframe/rf_reconstruct.h | |
parent | rename rl2->rln for sanity (diff) | |
download | wireguard-openbsd-16c3d6c44805f17bcf201fdae3a0c3b9f321ce72.tar.xz wireguard-openbsd-16c3d6c44805f17bcf201fdae3a0c3b9f321ce72.zip |
Update RAIDframe from NetBSD-current as of 1999/07/26.
Please note that you *must* follow the upgrade instructions at
http://www.cs.usask.ca/staff/oster/clabel_upgrade.html
before installing the new raidctl and new kernel using this code.
Diffstat (limited to 'sys/dev/raidframe/rf_reconstruct.h')
-rw-r--r-- | sys/dev/raidframe/rf_reconstruct.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_reconstruct.h b/sys/dev/raidframe/rf_reconstruct.h index c8bc680f0f6..8b087f514c0 100644 --- a/sys/dev/raidframe/rf_reconstruct.h +++ b/sys/dev/raidframe/rf_reconstruct.h @@ -1,5 +1,5 @@ -/* $OpenBSD: rf_reconstruct.h,v 1.2 1999/02/16 00:03:23 niklas Exp $ */ -/* $NetBSD: rf_reconstruct.h,v 1.3 1999/02/05 00:06:16 oster Exp $ */ +/* $OpenBSD: rf_reconstruct.h,v 1.3 1999/07/30 14:45:33 peter Exp $ */ +/* $NetBSD: rf_reconstruct.h,v 1.4 1999/03/02 03:18:48 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -183,6 +183,9 @@ int rf_ReconstructFailedDiskBasic(RF_Raid_t * raidPtr, RF_RowCol_t row, RF_RowCol_t col); +int +rf_ReconstructInPlace(RF_Raid_t * raidPtr, RF_RowCol_t row, RF_RowCol_t col); + int rf_ContinueReconstructFailedDisk(RF_RaidReconDesc_t * reconDesc); int |