diff options
author | daniel <danieruru@gmail.com> | 2013-01-10 20:08:21 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-10 20:08:21 +0900 |
commit | b38f3285a31547b528c0767bc268242ad0bed7fa (patch) | |
tree | 01c346f22dcebe42ba4b934b8d460cd3b9f265bc /libvxi11client/client.c | |
parent | 845db4b79f9b72592e662a6daa5917f84ff12e04 (diff) |
More interrupt channel bits
Diffstat (limited to 'libvxi11client/client.c')
-rw-r--r-- | libvxi11client/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvxi11client/client.c b/libvxi11client/client.c index bc8a49f..816d2f3 100644 --- a/libvxi11client/client.c +++ b/libvxi11client/client.c @@ -18,6 +18,8 @@ static char* geterrorstring(int errorcode) { return "device locked by another link"; case -12: return "no lock held by this link"; + case -29: + return "channel already established"; default: return "unknown error code"; } |