libkdumpfile-0.5.1
Kernel coredump file access
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
op_object Struct Reference

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
 

Detailed Description

Python representation of addrxlat_op_t.

Field Documentation

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.


The documentation for this struct was generated from the following file: