mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 10:57:59 +01:00
Merge pull request #4190 from yitzchak/fix-poll-docs
Update fd slot type to zmq_fd_t
This commit is contained in:
commit
0c5da25dcb
15
RELICENSE/yitzchak.md
Normal file
15
RELICENSE/yitzchak.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 Tarn W. Burton
|
||||
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 "yitzchak", with
|
||||
commit author "Tarn W. Burton", are copyright of Tarn W. Burton.
|
||||
This document hereby grants the libzmq project team to relicense libzmq,
|
||||
including all past, present and future contributions of the author listed above.
|
||||
|
||||
Tarn W. Burton
|
||||
2021/05/16
|
@ -25,7 +25,7 @@ array. The *zmq_pollitem_t* structure is defined as follows:
|
||||
typedef struct
|
||||
{
|
||||
void '*socket';
|
||||
int 'fd';
|
||||
zmq_fd_t 'fd';
|
||||
short 'events';
|
||||
short 'revents';
|
||||
} zmq_pollitem_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user