]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/nfs/nfsrtt.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / nfs / nfsrtt.h
index 0a58dd9d419389c9aa154c454f252a1bb3293caa..8e00d78ca8e60deda58df8bee0e599227abe45e9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 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
@@ -101,7 +104,6 @@ struct nfsrtt {
 /*
  * Bits for the flags field.
  */
-#define        DRT_NQNFS       0x01    /* Rpc used Nqnfs protocol */
 #define        DRT_TCP         0x02    /* Client used TCP transport */
 #define        DRT_CACHEREPLY  0x04    /* Reply was from recent request cache */
 #define        DRT_CACHEDROP   0x08    /* Rpc request dropped, due to recent reply */
@@ -123,4 +125,5 @@ struct nfsdrt {
        } drt[NFSRTTLOGSIZ];
 };
 
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* _NFS_NFSRTT_H_ */