updated 0MQ to recent OpenPGM2 rev.562

This commit is contained in:
malosek 2009-10-12 22:51:41 +02:00
parent ea2f6558fd
commit 0ce02058eb
2 changed files with 2 additions and 1 deletions

View File

@ -224,6 +224,7 @@ libpgm_diff_flags = \
-DCONFIG_HAVE_IFR_NETMASK \
-DCONFIG_BIND_INADDR_ANY \
-DCONFIG_GALOIS_MUL_LUT \
-DIF_NAMESIZE=256 \
-DGETTEXT_PACKAGE='"pgm"' \
-DG_LOG_DOMAIN='"Pgm"'

View File

@ -165,7 +165,7 @@ int zmq::pgm_socket_t::open_transport (void)
#ifdef ZMQ_HAVE_OPENPGM1
rc = pgm_create_custom_gsi (gsi_base.c_str (), &gsi);
#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
if (rc != pgm_ok) {