Whamcloud - gitweb
add some real userspace definitions for CDEBUG et al
[fs/lustre-release.git] / lnet / libcfs / darwin / darwin-debug.c
1 # define DEBUG_SUBSYSTEM S_PORTALS
2
3 #include <libcfs/kp30.h>
4 #include <libcfs/libcfs.h>
5 #include "tracefile.h"
6
7 void portals_debug_dumpstack(cfs_task_t *tsk)
8
9         return;
10 }
11
12 cfs_task_t *portals_current(void)
13
14         return cfs_current();
15 }
16
17 int portals_arch_debug_init(unsigned long bufsize)
18 {
19         return 0;
20 }
21
22 int portals_arch_debug_cleanup(void)
23 {
24         return 0;
25 }