mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-14 23:07:59 +02:00
linking fd to pipe identity via socket option
This commit is contained in:
@@ -68,6 +68,8 @@ namespace zmq
|
||||
void in_event ();
|
||||
void out_event ();
|
||||
|
||||
// export s via i_engine so it is possible to link a pipe to fd
|
||||
fd_t get_assoc_fd (){ return s; };
|
||||
private:
|
||||
|
||||
// Unplug the engine from the session.
|
||||
|
Reference in New Issue
Block a user