aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-31 01:44:59 +0000
committerDavid Robillard <d@drobilla.net>2012-03-31 01:44:59 +0000
commit0e43eff232a27676b4b5e3cc442023870136204d (patch)
tree1fa16e7794e36f6ed4d9986fc1b856b5dc649f2f /src/jalv_internal.h
parent51a975d2296e45488e526a49493d95cce89d63f6 (diff)
downloadjalv-0e43eff232a27676b4b5e3cc442023870136204d.tar.gz
jalv-0e43eff232a27676b4b5e3cc442023870136204d.tar.bz2
jalv-0e43eff232a27676b4b5e3cc442023870136204d.zip
Move worker implementation to separate file.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4135 a436a847-0d15-0410-975c-d299462d15a1
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 50e15e2..6378ec0 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -156,7 +156,8 @@ typedef struct {
LilvNode* output_class; ///< Output port class (URI)
LilvNode* preset_class; ///< Preset class (URI)
LilvNode* seq_class; ///< Atom sequence class (URI)
- LilvNode* work_schedule; ///< lv2:connectionOptional port property
+ LilvNode* work_interface; ///< Worker interface (URI)
+ LilvNode* work_schedule; ///< Worker schedule feature (URI)
uint32_t midi_event_id; ///< MIDI event class ID in event context
bool buf_size_set; ///< True iff buffer size callback fired
bool exit; ///< True if execution is finished