summaryrefslogtreecommitdiffstats
path: root/doc/user/msg.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 20:05:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-08-04 20:05:48 +0000
commit1ca951cebfe261c60f694173607a8346813fa6ec (patch)
tree931845637370bb494ea0ac5a0b7f0bde26010312 /doc/user/msg.t
parentFixed node links. (diff)
downloadrtems-1ca951cebfe261c60f694173607a8346813fa6ec.tar.bz2
Added information based on comments from Katsu Shibuya.
Diffstat (limited to 'doc/user/msg.t')
-rw-r--r--doc/user/msg.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/user/msg.t b/doc/user/msg.t
index 906b80cff7..1ab487a121 100644
--- a/doc/user/msg.t
+++ b/doc/user/msg.t
@@ -768,7 +768,6 @@ defined by RTEMS:
@item @code{NO_WAIT} - task should not wait
@end itemize
-
Receiving a message from a global message queue which
does not reside on the local node will generate a request to the
remote node to obtain a message from the specified message
@@ -777,6 +776,9 @@ the task must be blocked until a message is posted. A proxy is
allocated on the remote node to represent the task until the
message is posted.
+A clock tick is required to support the timeout functionality of
+this directive.
+
@page
@ifinfo
@node MESSAGE_QUEUE_GET_NUMBER_PENDING - Get number of messages pending on a queue, MESSAGE_QUEUE_FLUSH - Flush all messages on a queue, MESSAGE_QUEUE_RECEIVE - Receive message from a queue, Message Manager Directives