libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_last_endpoint.cpp File Reference
#include "testutil.hpp"
Include dependency graph for test_last_endpoint.cpp:

Go to the source code of this file.

Functions

static void do_bind_and_verify (void *s, const char *endpoint)
 
int main (void)
 

Function Documentation

static void do_bind_and_verify ( void *  s,
const char *  endpoint 
)
static

Definition at line 32 of file test_last_endpoint.cpp.

References size, zmq_bind(), zmq_getsockopt(), and ZMQ_LAST_ENDPOINT.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( void  )

Definition at line 42 of file test_last_endpoint.cpp.

References do_bind_and_verify(), setup_test_environment(), zmq_close(), zmq_ctx_new(), zmq_ctx_term(), ZMQ_LINGER, ZMQ_ROUTER, zmq_setsockopt(), and zmq_socket().

Here is the call graph for this function: