2 * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
23 * @APPLE_LICENSE_HEADER_END@
32 #include <sys/appleapiopts.h>
34 #ifdef __APPLE_API_OBSOLETE
42 MACH_MSG_REQUEST_BEING_SENT
,
43 MACH_MSG_REQUEST_BEING_RCVD
,
44 MACH_MSG_REPLY_BEING_SENT
,
45 MACH_MSG_REPLY_BEING_RCVD
49 MACH_MSG_ERROR_WHILE_PARSING
,
50 MACH_MSG_ERROR_UNKNOWN_ID
53 extern void MigEventTracer
57 mig_which_event_t what
,
58 mach_msg_id_t msgh_id
,
63 unsigned int oolports
,
68 #else /* !defined(__STDC__) */
70 #endif /* !defined(__STDC__) */
72 extern void MigEventErrors
76 mig_which_error_t what
,
81 #else /* !defined(__STDC__) */
83 #endif /* !defined(__STDC__) */
85 extern int mig_errors
;
86 extern int mig_tracing
;
88 #define LOG_ERRORS if (mig_errors) MigEventErrors
89 #define LOG_TRACE if (mig_tracing) MigEventTracer
91 #endif /* __APPLE_API_OBSOLETE */
93 #endif /* _mach_log_ */