From: Michal Sojka Date: Thu, 24 Feb 2011 15:40:52 +0000 (+0100) Subject: forb: Update documentation of forb_executor_run() X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/forb.git/commitdiff_plain/6529aaeada9d3f13fb07e36f70496a353fa63640 forb: Update documentation of forb_executor_run() --- diff --git a/src/executor.c b/src/executor.c index b24db98..c480b53 100644 --- a/src/executor.c +++ b/src/executor.c @@ -151,7 +151,8 @@ void forb_executor_unregister_object(forb_executor_t *executor, forb_object obj) * * The requests are represented by ::forb_exec_req_t and are enqueued * to the executor's request queue by receiver threads of individual - * ports (forb_iop_receiver_thread()). + * ports (forb_iop_receiver_thread()) or directly by + * forb_iop_send_request(). * * @param executor *