|
Make the necessary trace-view-store methods non-static and place their
declarations in the header file.
Functions beginning with _ are considered private in python. The structs
beginning with _ caused their accessor functions to be generated as
private. Since they aren't used as structs anywhere in the C code,
rename them to something more accessible to python.
Signed-off-by: Darren Hart <dvhltc@us.ibm.com>
LKML-Reference: <1262654682-20325-3-git-send-email-dvhltc@us.ibm.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|