From 82dfe7522eddb01bb8e99e7badf3808eda2be957 Mon Sep 17 00:00:00 2001 From: Ivo Danihelka Date: Thu, 16 Feb 2012 10:02:19 +0900 Subject: Updated connector open() doc strings. Signed-off-by: Ivo Danihelka --- src/ipc_connecter.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ipc_connecter.hpp') diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp index d22faab..b2ee20d 100644 --- a/src/ipc_connecter.hpp +++ b/src/ipc_connecter.hpp @@ -75,9 +75,9 @@ namespace xs // Set address to connect to. int set_address (const char *addr_); - // Open TCP connecting socket. Returns -1 in case of error, - // 0 if connect was successfull immediately and 1 if async connect - // was launched. + // Open IPC connecting socket. Returns -1 in case of error, + // 0 if connect was successfull immediately. Returns -1 with + // EAGAIN errno if async connect was launched. int open (); // Close the connecting socket. -- cgit v1.2.3