mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 07:27:26 +01:00
updated 0MQ to recent OpenPGM2 rev.562
This commit is contained in:
parent
ea2f6558fd
commit
0ce02058eb
@ -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"'
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user