|
Motr
M0
|
#include <lnet_core_types.h>

Data Fields | |
| void * | cd_upvt |
| void * | cd_kpvt |
| unsigned | _debug_ |
Core domain data. The transport layer should embed this in its private data.
Definition at line 218 of file lnet_core_types.h.
| unsigned _debug_ |
Definition at line 221 of file lnet_core_types.h.
| void* cd_kpvt |
Core kernel space private
Definition at line 220 of file lnet_core_types.h.
| void* cd_upvt |
Core user space private
Definition at line 219 of file lnet_core_types.h.