# HG changeset patch # User Matti Hamalainen # Date 1403316674 -10800 # Node ID 493c08d452d971b12cbd1278b2c49686770e5d36 # Parent 904c359b1ced0b4ef169955d76214c76c9cc7e09 API changes in th_network. diff -r 904c359b1ced -r 493c08d452d9 main.c --- 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");