]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/src/forb-internal.h
forb: Fix synchronization error in forbrun
[frescor/frsh-forb.git] / src / forb / src / forb-internal.h
index a513d93b38b421dd87648d3a9a4a89256dcdb74e..2bd141dc03972755a4338dabe2f7512b99fc189a 100644 (file)
@@ -113,7 +113,8 @@ typedef struct forb {
        fosa_mutex_t regref_mutex;
        gavl_cust_root_field_t regrefs; /**< Container for ::forb_regref_t */
 
-       fosa_thread_id_t execution_thread; /**< Thread which executes remote requests for this forb::orb interface. */
+       fosa_thread_id_t execution_thread; /**< Thread which runs @a default_executor. */
+       forb_executor_t default_executor; /**< Executor that executes remote requests for this forb::orb interface. */
 } forb_t;
 
 typedef void (*forb_skel_func)(FORB_CDR_Codec *cin,