mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +08:00
Pgm fix (#3227)
* Relicensing grant by Ming Ji <jiming@yafco.com> Permission to relicense under any OSI approved license chosen by the current ZeroMQ BDFL.
This commit is contained in:
parent
d7e51cdfed
commit
777bd48296
15
RELICENSE/answeroo.md
Normal file
15
RELICENSE/answeroo.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Permission to Relicense under MPLv2 or any other OSI approved license chosen by the current ZeroMQ BDFL
|
||||
|
||||
This is a statement by Ming Ji
|
||||
that grants permission to relicense its copyrights in the libzmq C++
|
||||
library (ZeroMQ) under the Mozilla Public License v2 (MPLv2) or any other
|
||||
Open Source Initiative approved license chosen by the current ZeroMQ
|
||||
BDFL (Benevolent Dictator for Life).
|
||||
|
||||
A portion of the commits made by the Github handle "answeroo", with
|
||||
commit author "answeroo <jiming@yafco.com>", are copyright of Ming Ji.
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Ming Ji
|
||||
2018/08/20
|
@ -182,6 +182,7 @@ void zmq::pgm_receiver_t::in_event ()
|
||||
while (true) {
|
||||
// Get new batch of data.
|
||||
// Note the workaround made not to break strict-aliasing rules.
|
||||
|
||||
insize = 0;
|
||||
void *tmp = NULL;
|
||||
ssize_t received = pgm_socket.receive (&tmp, &tsi);
|
||||
|
Loading…
x
Reference in New Issue
Block a user