diff options
Diffstat (limited to 'backends/python.h')
-rw-r--r-- | backends/python.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/python.h b/backends/python.h index 8ca12f9..a40098b 100644 --- a/backends/python.h +++ b/backends/python.h @@ -41,4 +41,7 @@ typedef struct /*_python_instance_data*/ { size_t channels; mmpython_channel* channel; mmpython_channel* current_channel; + + char* default_handler; + PyObject* handler; } python_instance_data; |