Remove of ZMQ_IDENTITY_FD socket option

Revert "linking fd to pipe identity via socket option"

This reverts commit fe3e8c5c70.

Conflicts:
	include/zmq.h
	src/pipe.hpp
	src/session_base.cpp
This commit is contained in:
Thomas Rodgers
2015-01-09 17:28:50 -06:00
parent a450bdefec
commit 7c0a644625
12 changed files with 3 additions and 146 deletions

View File

@@ -27,7 +27,6 @@
#include "stdint.hpp"
#include "array.hpp"
#include "blob.hpp"
#include "fd.hpp"
namespace zmq
{
@@ -120,8 +119,6 @@ namespace zmq
// check HWM
bool check_hwm () const;
// provide a way to link pipe to engine fd. Set on session initialization
fd_t assoc_fd; //=retired_fd
private:
// Type of the underlying lock-free pipe.