aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-16 21:42:56 +0000
committerDavid Robillard <d@drobilla.net>2012-03-16 21:42:56 +0000
commit0b5fbd6454c857eef259cd3afc089ce884a1277e (patch)
tree022609b20fef8a6192f4957cac9af4d4afee5d59 /src/jalv_internal.h
parent030bdc723413808ce738d399fc8758c55b02af69 (diff)
downloadjalv-0b5fbd6454c857eef259cd3afc089ce884a1277e.tar.gz
jalv-0b5fbd6454c857eef259cd3afc089ce884a1277e.tar.bz2
jalv-0b5fbd6454c857eef259cd3afc089ce884a1277e.zip
Upgrade Atom serialisation stuff for UI<=>Plugin comm debugging.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4070 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 7c63e96..d93560e 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -34,6 +34,8 @@
#include "zix/sem.h"
+#include "sratom/sratom.h"
+
#include "lv2_evbuf.h"
#include "symap.h"
@@ -111,6 +113,7 @@ typedef struct {
int ui_height; ///< Requested UI height
LV2_URID_Map map; ///< URI => Int map
LV2_URID_Unmap unmap; ///< Int => URI map
+ Sratom* sratom; ///< Atom serialiser
Symap* symap; ///< Symbol (URI) map
jack_client_t* jack_client; ///< Jack client
jack_ringbuffer_t* ui_events; ///< Port events from UI