mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
@@ -1,6 +1,6 @@
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -148,8 +148,10 @@ case "${host_os}" in
|
||||
@@ -150,8 +150,10 @@ case "${host_os}" in
|
||||
*linux*)
|
||||
# Define on Linux to enable all library features. Define if using a gnu compiler
|
||||
if test "x$GXX" = "xyes"; then
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
--- a/src/stream_engine.cpp
|
||||
+++ b/src/stream_engine.cpp
|
||||
@@ -208,7 +208,7 @@ void zmq::stream_engine_t::plug (io_thre
|
||||
@@ -208,7 +208,7 @@ void zmq::stream_engine_t::plug (io_thread_t *io_thread_,
|
||||
// Compile metadata.
|
||||
typedef metadata_t::dict_t properties_t;
|
||||
properties_t properties;
|
||||
@@ -30,7 +30,7 @@
|
||||
zmq_assert (metadata == NULL);
|
||||
metadata = new (std::nothrow) metadata_t (properties);
|
||||
}
|
||||
@@ -815,7 +815,7 @@ void zmq::stream_engine_t::mechanism_rea
|
||||
@@ -815,7 +815,7 @@ void zmq::stream_engine_t::mechanism_ready ()
|
||||
|
||||
// If we have a peer_address, add it to metadata
|
||||
if (!peer_address.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user