From a5fefa3d5ba405deedba689b056959358048d935 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 5 Apr 2012 10:41:47 +0200 Subject: 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 --- doc/xs_bind.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/xs_bind.txt') 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 -- cgit v1.2.3