summaryrefslogtreecommitdiffstats
path: root/sys/vm/default_pager.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1996-05-31 00:38:04 +0000
committerdyson <dyson@FreeBSD.org>1996-05-31 00:38:04 +0000
commit65214cd0c8fbe9d65c224d853573549dba9406fa (patch)
treed0c35b0aabebb0e4f78ad9db2efdb29f9ed4b272 /sys/vm/default_pager.h
parenta6023afadfbb05340c7296f1384561e1ecce012e (diff)
downloadFreeBSD-src-65214cd0c8fbe9d65c224d853573549dba9406fa.zip
FreeBSD-src-65214cd0c8fbe9d65c224d853573549dba9406fa.tar.gz
This commit is dual-purpose, to fix more of the pageout daemon
queue corruption problems, and to apply Gary Palmer's code cleanups. David Greenman helped with these problems also. There is still a hang problem using X in small memory machines.
Diffstat (limited to 'sys/vm/default_pager.h')
-rw-r--r--sys/vm/default_pager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vm/default_pager.h b/sys/vm/default_pager.h
index 675fe73..4fc71f0 100644
--- a/sys/vm/default_pager.h
+++ b/sys/vm/default_pager.h
@@ -28,11 +28,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: default_pager.h,v 1.2 1995/12/11 04:57:58 dyson Exp $
+ * $Id: default_pager.h,v 1.3 1995/12/14 09:54:48 phk Exp $
*/
#ifndef _DEFAULT_PAGER_H_
#define _DEFAULT_PAGER_H_ 1
+void default_pager_convert_to_swap __P((vm_object_t object));
#endif /* _DEFAULT_PAGER_H_ */
OpenPOWER on IntegriCloud