Commit 0ce02058 authored by malosek's avatar malosek

updated 0MQ to recent OpenPGM2 rev.562

parent ea2f6558
...@@ -224,6 +224,7 @@ libpgm_diff_flags = \ ...@@ -224,6 +224,7 @@ libpgm_diff_flags = \
-DCONFIG_HAVE_IFR_NETMASK \ -DCONFIG_HAVE_IFR_NETMASK \
-DCONFIG_BIND_INADDR_ANY \ -DCONFIG_BIND_INADDR_ANY \
-DCONFIG_GALOIS_MUL_LUT \ -DCONFIG_GALOIS_MUL_LUT \
-DIF_NAMESIZE=256 \
-DGETTEXT_PACKAGE='"pgm"' \ -DGETTEXT_PACKAGE='"pgm"' \
-DG_LOG_DOMAIN='"Pgm"' -DG_LOG_DOMAIN='"Pgm"'
......
...@@ -165,7 +165,7 @@ int zmq::pgm_socket_t::open_transport (void) ...@@ -165,7 +165,7 @@ int zmq::pgm_socket_t::open_transport (void)
#ifdef ZMQ_HAVE_OPENPGM1 #ifdef ZMQ_HAVE_OPENPGM1
rc = pgm_create_custom_gsi (gsi_base.c_str (), &gsi); rc = pgm_create_custom_gsi (gsi_base.c_str (), &gsi);
#elif defined ZMQ_HAVE_OPENPGM2 #elif defined ZMQ_HAVE_OPENPGM2
rc = pgm_gsi_create_from_string (gsi_base.c_str (), &gsi); rc = pgm_gsi_create_from_string (&gsi, gsi_base.c_str (), -1);
#endif #endif
if (rc != pgm_ok) { if (rc != pgm_ok) {
......
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