libkdumpfile-0.5.5
Kernel coredump file access
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

◆ ctx

PyObject_HEAD PyObject* op_object::ctx

Standard Python object header.

Translation context.

◆ opctl

addrxlat_op_ctl_t op_object::opctl

Translation op in libaddrxlat format.

◆ result

PyObject* op_object::result

Result of the last callback.

◆ sys

PyObject* op_object::sys

Translation system.


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