]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/vmmeter.h
xnu-792.6.61.tar.gz
[apple/xnu.git] / bsd / sys / vmmeter.h
index dba664e8e65dac69e20b4a329198f4c519142479..caa2fbc15d10ef9d2da4ff1fe88e9b083bc97761 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -58,6 +58,9 @@
 #ifndef _SYS_VMMETER_H_
 #define        _SYS_VMMETER_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
 /*
  * System wide statistics counters.
  */
@@ -107,9 +110,6 @@ struct vmmeter {
        u_int v_inactive_target; /* number of pages desired inactive */
        u_int v_inactive_count;  /* number of pages inactive */
 };
-#ifdef KERNEL
-extern struct  vmmeter cnt;
-#endif
 
 /* systemwide totals computed every five seconds */
 struct vmtotal
@@ -133,4 +133,6 @@ struct vmtotal
 extern struct  vmtotal total;
 #endif
 
+#endif /*__APPLE_API_OBSOLETE */
+
 #endif /* !_SYS_VMMETER_H_ */