summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-04-05 10:41:47 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-04-06 12:56:24 +0200
commita5fefa3d5ba405deedba689b056959358048d935 (patch)
tree219d2936e57003c785aa1bf8f57b5be294823fe0 /doc
parent494d4d36237f37c455f6689fca280ed75498403a (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')
-rw-r--r--doc/xs_bind.txt2
-rw-r--r--doc/xs_connect.txt2
2 files changed, 0 insertions, 4 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
diff --git a/doc/xs_connect.txt b/doc/xs_connect.txt
index a0a6ae7..898b915 100644
--- a/doc/xs_connect.txt
+++ b/doc/xs_connect.txt
@@ -58,8 +58,6 @@ The requested 'transport' protocol is not compatible with the socket type.
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