diff options
Diffstat (limited to 'backends/python.h')
-rw-r--r-- | backends/python.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/python.h b/backends/python.h index a40098b..020aeac 100644 --- a/backends/python.h +++ b/backends/python.h @@ -16,6 +16,7 @@ typedef struct /*_python_channel_data*/ { PyObject* handler; double in; double out; + uint8_t mark; } mmpython_channel; typedef struct /*_mmpy_registered_socket*/ { |