diff options
author | 2013-05-14 20:33:01 +0000 | |
---|---|---|
committer | 2013-05-14 20:33:01 +0000 | |
commit | 477d9ed62b6dc2a230d44108deaa17f7f6bce374 (patch) | |
tree | 4ebd52f463108f686c1c7b880301ad85355abba1 | |
parent | Older BUG version do not implement the `out cr/lf' BUG system call, and, worse, (diff) | |
download | wireguard-openbsd-477d9ed62b6dc2a230d44108deaa17f7f6bce374.tar.xz wireguard-openbsd-477d9ed62b6dc2a230d44108deaa17f7f6bce374.zip |
restore ABI compatibility; guenther
-rw-r--r-- | sys/uvm/uvm_extern.h | 4 |
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 */ |