diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-04-05 10:41:47 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-04-06 12:56:24 +0200 |
commit | a5fefa3d5ba405deedba689b056959358048d935 (patch) | |
tree | 219d2936e57003c785aa1bf8f57b5be294823fe0 /doc/xs_bind.txt | |
parent | 494d4d36237f37c455f6689fca280ed75498403a (diff) |
EMTHREAD error code removed
libxs (as opposed to libzmq) requires at least one I/O thread per
context. Thus, "no I/O thread available" error doesn't make sense
anyome.
This patch removes the code and the documentation.
It keeps the definition of EMTHREAD itself for backward compatibility.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc/xs_bind.txt')
-rw-r--r-- | doc/xs_bind.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/xs_bind.txt b/doc/xs_bind.txt index 8cd49bc..fc08124 100644 --- a/doc/xs_bind.txt +++ b/doc/xs_bind.txt @@ -60,8 +60,6 @@ The requested 'address' specifies a nonexistent interface. The 'context' associated with the specified 'socket' was terminated. *ENOTSOCK*:: The provided 'socket' was invalid. -*EMTHREAD*:: -No I/O thread is available to accomplish the task. EXAMPLE |