aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-09 05:00:23 +0000
committerDavid Robillard <d@drobilla.net>2011-11-09 05:00:23 +0000
commit35290c3484b096e41b359a1351c01e4efd3570f8 (patch)
tree505e17b891ad52ff194d635f8d580dc189bc9ea0 /src/jalv_internal.h
parentf2a79fecab88df0b01f1d5ab3cac15de212e3a2f (diff)
downloadjalv-35290c3484b096e41b359a1351c01e4efd3570f8.tar.gz
jalv-35290c3484b096e41b359a1351c01e4efd3570f8.tar.bz2
jalv-35290c3484b096e41b359a1351c01e4efd3570f8.zip
Update for changes in LV2 SVN.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3608 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index e2f5dd5..168c55e 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -107,6 +107,7 @@ typedef struct {
LilvNode* midi_class; /**< MIDI event class (URI) */
LilvNode* optional; /**< lv2:connectionOptional port property */
uint32_t midi_event_id; /**< MIDI event class ID */
+ uint32_t atom_prot_id; /**< Atom protocol ID */
bool in_state; /**< True iff reading instance state */
bool buf_size_set; /**< True iff Jack buf size callback fired */
} Jalv;