summaryrefslogtreecommitdiff
path: root/sys/uvm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-05-14 20:33:02 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-05-14 20:33:02 +0000
commit41231f125eede45040bf595106eeab6040374068 (patch)
tree6673f8beebc1be0d3c467475d4008f443a08b8c4 /sys/uvm
parentc57d46289245aa8933566bc39b20cd0af8644b49 (diff)
restore ABI compatibility; guenther
Diffstat (limited to 'sys/uvm')
-rw-r--r--sys/uvm/uvm_extern.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/uvm/uvm_extern.h b/sys/uvm/uvm_extern.h
index 8fb82613fb6..1a3b2193486 100644
--- a/sys/uvm/uvm_extern.h
+++ b/sys/uvm/uvm_extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_extern.h,v 1.105 2013/05/14 20:15:25 miod Exp $ */
+/* $OpenBSD: uvm_extern.h,v 1.106 2013/05/14 20:33:01 miod Exp $ */
/* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */
/*
@@ -333,6 +333,8 @@ struct uvmexp {
int syscalls; /* system calls */
int pageins; /* pagein operation count */
/* pageouts are in pdpageouts below */
+ int obsolete_swapins; /* swapins */
+ int obsolete_swapouts; /* swapouts */
int pgswapin; /* pages swapped in */
int pgswapout; /* pages swapped out */
int forks; /* forks */