/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
#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
/*
* 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 */
} drt[NFSRTTLOGSIZ];
};
-#endif
+#endif /* __APPLE_API_PRIVATE */
+#endif /* _NFS_NFSRTT_H_ */