summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe/rf_reconstruct.h
diff options
context:
space:
mode:
authorpeter <peter@openbsd.org>1999-07-30 14:45:31 +0000
committerpeter <peter@openbsd.org>1999-07-30 14:45:31 +0000
commit16c3d6c44805f17bcf201fdae3a0c3b9f321ce72 (patch)
treee0cb70b347563c6decb963b06643841fb106face /sys/dev/raidframe/rf_reconstruct.h
parentrename rl2->rln for sanity (diff)
downloadwireguard-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.h7
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