changeset 627:493c08d452d9

API changes in th_network.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2014 05:11:14 +0300
parents 904c359b1ced
children fd0e1589e268
files main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat Jun 21 04:52:08 2014 +0300
+++ b/main.c	Sat Jun 21 05:11:14 2014 +0300
@@ -2211,7 +2211,7 @@
     }
 
     // Create a connection
-    conn = th_conn_new(nn_network_errfunc, nn_network_msgfunc);
+    conn = th_conn_new(nn_network_errfunc, nn_network_msgfunc, -1);
     if (conn == NULL)
     {
         errorMsg("Could not create connection structure.\n");