]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client_common.c
07_flow-opt-support.diff
[paraslash.git] / client_common.c
index 934758dd8f8e5ed03ff2493fe18e0cd533fde977..f3c96aada17a5bfe219038edce2a8feebe290a3b 100644 (file)
@@ -312,7 +312,7 @@ static int client_connect(struct client_task *ct)
 
        ct->rc4c.fd = -1;
        ret = makesock(AF_UNSPEC, IPPROTO_TCP, 0, ct->conf.hostname_arg,
-               ct->conf.server_port_arg);
+                      ct->conf.server_port_arg, NULL);
        if (ret < 0)
                return ret;
        ct->rc4c.fd = ret;
@@ -339,6 +339,8 @@ err_out:
  * \param ct_ptr Points to dynamically allocated and initialized client task
  * struct upon successful return.
  * \param loglevel If not \p NULL, the number of the loglevel is stored here.
+ * \param parent Add the new buffer tree node as a child of this node.
+ * \param child Add the new buffer tree node as a parent of this node.
  *
  * Check the command line options given by \a argc and argv, set default values
  * for user name and rsa key file, read further option from the config file.