Commit cd9755e4 authored by bebopagogo's avatar bebopagogo

removed norm_engine dependency on deprecated encoder_base::has_data() method

parent 0a97e054
......@@ -33,6 +33,7 @@ int zmq::norm_engine_t::init(const char* network_, bool send, bool recv)
// Parse the "network_" address int "iface", "addr", and "port"
// norm endpoint format: [id,][<iface>;]<addr>:<port>
// First, look for optional local NormNodeId
// (default NORM_NODE_ANY causes NORM to use host IP addr for NormNodeId)
NormNodeId localId = NORM_NODE_ANY;
const char* ifacePtr = strchr(network_, ',');
if (NULL != ifacePtr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment