aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 3c66f68..76de642 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -153,7 +153,8 @@ typedef struct {
LV2_URID_Map map; ///< URI => Int map
LV2_URID_Unmap unmap; ///< Int => URI map
Sratom* sratom; ///< Atom serialiser
- Symap* symap; ///< Symbol (URI) map
+ Symap* symap; ///< URI map
+ ZixSem symap_lock; ///< Lock for URI map
jack_client_t* jack_client; ///< Jack client
jack_ringbuffer_t* ui_events; ///< Port events from UI
jack_ringbuffer_t* plugin_events; ///< Port events from plugin