From bdec35808baaffc9d4e04ac2f4162aeceb981867 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Wed, 4 Dec 2013 15:25:12 +0100 Subject: [PATCH] Improve documentation for jack_set_net_slave_shutdown_callback. --- common/jack/net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/jack/net.h b/common/jack/net.h index 796e6354..9c34e467 100644 --- a/common/jack/net.h +++ b/common/jack/net.h @@ -215,7 +215,8 @@ int jack_set_net_slave_shutdown_callback(jack_net_slave_t *net, JackNetSlaveShut /** * Prototype for server Restart callback : this is the new preferable way to be notified when the master has disappeared. * The client may want to retry connecting a certain number of time (which will be done using the time_out value given in jack_net_slave_open) - * by returning 0. Otherwise returning a non-zero error code will definively close the connection. + * by returning 0. Otherwise returning a non-zero error code will definively close the connection + * (and jack_net_slave_is_active will later on return false). * If both Shutdown and Restart are supplied, Restart callback will be used. * @param arg pointer to a client supplied structure supplied by jack_set_net_restart_callback() *