libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
ctx.cpp File Reference
#include "precompiled.hpp"
#include "macros.hpp"
#include "platform.hpp"
#include <unistd.h>
#include <limits>
#include <climits>
#include <new>
#include <string.h>
#include "ctx.hpp"
#include "socket_base.hpp"
#include "io_thread.hpp"
#include "reaper.hpp"
#include "pipe.hpp"
#include "err.hpp"
#include "msg.hpp"
Include dependency graph for ctx.cpp:

Go to the source code of this file.

Macros

#define ZMQ_CTX_TAG_VALUE_BAD   0xdeadbeef
 
#define ZMQ_CTX_TAG_VALUE_GOOD   0xabadcafe
 

Functions

int clipped_maxsocket (int max_requested)
 

Macro Definition Documentation

#define ZMQ_CTX_TAG_VALUE_BAD   0xdeadbeef

Definition at line 63 of file ctx.cpp.

Referenced by zmq::ctx_t::~ctx_t().

#define ZMQ_CTX_TAG_VALUE_GOOD   0xabadcafe

Definition at line 62 of file ctx.cpp.

Referenced by zmq::ctx_t::check_tag().

Function Documentation

int clipped_maxsocket ( int  max_requested)

Definition at line 65 of file ctx.cpp.

Referenced by zmq::ctx_t::get(), and zmq::ctx_t::set().

Here is the caller graph for this function: