summaryrefslogtreecommitdiff
path: root/qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h')
-rw-r--r--qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h b/qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h
index 644885bbd7..aad0453c24 100644
--- a/qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h
+++ b/qpid/extras/dispatch/include/qpid/dispatch/python_embedded.h
@@ -71,4 +71,11 @@ void dx_py_to_composed(PyObject *value, dx_composed_field_t *field);
*/
PyObject *dx_field_to_py(dx_parsed_field_t *field);
+/**
+ * These are temporary and will eventually be replaced by having an internal python
+ * work queue that feeds a dedicated embedded-python thread.
+ */
+void dx_python_lock();
+void dx_python_unlock();
+
#endif