diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-29 13:11:43 +0000 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-08-29 13:11:43 +0000 |
commit | da754467efab5194084cd8eeab4a48f89d6b925e (patch) | |
tree | f6e8f9e732cc36f4f153e409b3f92cdd7c19dbae /doc/man/flow_alloc.3 | |
parent | 00aeb6ee00efa98c7e2d6d9bebeb1c4799ba1705 (diff) | |
parent | f6b898da88e06399aedbfec87296602aef5c09c2 (diff) | |
download | ouroboros-da754467efab5194084cd8eeab4a48f89d6b925e.tar.gz ouroboros-da754467efab5194084cd8eeab4a48f89d6b925e.zip |
Merged in dstaesse/ouroboros/be-fqueue (pull request #574)
dev: Revise fqueue API and add man pages
Diffstat (limited to 'doc/man/flow_alloc.3')
-rw-r--r-- | doc/man/flow_alloc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/flow_alloc.3 b/doc/man/flow_alloc.3 index dd0fe7ea..662c46ec 100644 --- a/doc/man/flow_alloc.3 +++ b/doc/man/flow_alloc.3 @@ -31,7 +31,7 @@ to support Inter-Process Communication (IPC). Such a collection of allocated system and network resources is referred to as a flow. A flow has a certain Quality of Service (QoS) associated with it. -The \fB flow_accept\fR() function blocks the calling thread waiting +The \fBflow_accept\fR() function blocks the calling thread waiting for an incoming request to allocate a flow. If \fBqosspec_t * \fIqs\fR is not NULL, the value of \fIqs\fR will be updated to reflect the actual QoS provided by the IPC facility for the accepted flow. Which |