libkdumpfile-0.5.1
Kernel coredump file access
|
Python representation of addrxlat_op_t. More...
Data Fields | |
PyObject_HEAD PyObject * | ctx |
Standard Python object header. More... | |
PyObject * | sys |
Translation system. More... | |
addrxlat_op_ctl_t | opctl |
Translation op in libaddrxlat format. More... | |
PyObject * | result |
Result of the last callback. More... | |
PyObject * | convert |
Python representation of addrxlat_op_t.
PyObject_HEAD PyObject* op_object::ctx |
Standard Python object header.
Translation context.
addrxlat_op_ctl_t op_object::opctl |
Translation op in libaddrxlat format.
PyObject* op_object::result |
Result of the last callback.
PyObject* op_object::sys |
Translation system.