Address potential error state after good send
[ric-plt/lib/rmr.git] / src / rmr / nng / include / rmr_nng_private.h
index 4933f8b..9e93c9f 100644 (file)
@@ -108,7 +108,8 @@ static void free_ctx( uta_ctx_t* ctx );
 static int uta_link2( endpoint_t* ep );
 static int rt_link2_ep( endpoint_t* ep );
 static int uta_epsock_byname( route_table_t* rt, char* ep_name, nng_socket* nn_sock );
-static int uta_epsock_rr( route_table_t *rt, uint64_t key, int group, int* more, nng_socket* nn_sock );
+static int uta_epsock_rr( rtable_ent_t* rte, int group, int* more, nng_socket* nn_sock );
+static rtable_ent_t* uta_get_rte( route_table_t *rt, int sid, int mtype, int try_alt );
 static inline int xlate_nng_state( int state, int def_state );