#include <stddef.h>
#include <stdio.h>
#include "config.hpp"
#include "err.hpp"
#include "fd.hpp"
#include "atomic_counter.hpp"
#include "metadata.hpp"
Go to the source code of this file.
Classes | |
struct | zmq::msg_t::content_t |
union | zmq::msg_t::group_t |
struct | zmq::msg_t::long_group_t |
class | zmq::msg_t |
Namespaces | |
zmq | |
Macros | |
#define | CMD_TYPE_MASK 0x1c |
Typedefs | |
typedef void() | msg_free_fn(void *data_, void *hint_) |
Functions | |
int | zmq::close_and_return (zmq::msg_t *msg_, int echo_) |
int | zmq::close_and_return (zmq::msg_t msg_[], int count_, int echo_) |
Variables | |
static const char | zmq::cancel_cmd_name [] = "\6CANCEL" |
static const char | zmq::sub_cmd_name [] = "\x9SUBSCRIBE" |