From 0e43eff232a27676b4b5e3cc442023870136204d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 31 Mar 2012 01:44:59 +0000 Subject: Move worker implementation to separate file. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4135 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/jalv_internal.h') 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 -- cgit v1.2.1