]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfsrtt.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / nfs / nfsrtt.h
index 0a58dd9d419389c9aa154c454f252a1bb3293caa..1cebaf787baecd35653d1594048059cc78219ea7 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@
  * 
@@ -63,6 +63,9 @@
 #ifndef _NFS_NFSRTT_H_
 #define _NFS_NFSRTT_H_
 
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_PRIVATE
 /*
  * Definitions for performance monitor.
  * The client and server logging are turned on by setting the global
@@ -123,4 +126,5 @@ struct nfsdrt {
        } drt[NFSRTTLOGSIZ];
 };
 
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* _NFS_NFSRTT_H_ */