mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-04 20:31:03 +01:00
linking fd to pipe identity via socket option
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#ifndef __ZMQ_I_ENGINE_HPP_INCLUDED__
|
||||
#define __ZMQ_I_ENGINE_HPP_INCLUDED__
|
||||
|
||||
#include "fd.hpp"
|
||||
|
||||
namespace zmq
|
||||
{
|
||||
|
||||
@@ -47,7 +49,10 @@ namespace zmq
|
||||
// are messages to send available.
|
||||
virtual void restart_output () = 0;
|
||||
|
||||
virtual void zap_msg_available () = 0;
|
||||
virtual void zap_msg_available () = 0;
|
||||
|
||||
// provide a way to link from engine to file descriptor
|
||||
virtual fd_t get_assoc_fd () { return retired_fd;};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user