From 19a0e6877e9f4a6abee937b7405d61871b5904ab Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 24 Feb 2011 14:47:28 +0100 Subject: [PATCH] forb: Update documentation of forb_request_send() --- src/iop.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/iop.c b/src/iop.c index 39fabb4..dc1aa23 100644 --- a/src/iop.c +++ b/src/iop.c @@ -711,11 +711,13 @@ void *forb_iop_discovery_thread(void *arg) } /** - * Sends REQUEST message to another FORB. + * Sends REQUEST to another object. * - * The request @a req has to be prepared by - * forb_iop_prepare_request(). Then, this function adds a message - * header, connects to the destination FORB and sends the request. + * The request @a req has to be prepared previously by calling + * forb_iop_prepare_request(). Then, when the request destination is + * remote, this function adds a message header, connects to the + * destination FORB and sends the request. In the case of local + * request, it is directly enqueued into the executor's queue. * * If no exception is reported, then the caller must wait for response * by calling forb_wait_for_reply(). -- 2.39.2