aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_page.h')
-rw-r--r--vm/vm_page.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vm/vm_page.h b/vm/vm_page.h
index 2a0ad2c2..d9af188c 100644
--- a/vm/vm_page.h
+++ b/vm/vm_page.h
@@ -532,4 +532,9 @@ boolean_t vm_page_evict(boolean_t *should_wait);
*/
void vm_page_refill_inactive(void);
+/*
+ * Print vmstat information
+ */
+void db_show_vmstat(void);
+
#endif /* _VM_VM_PAGE_H_ */