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

Go to the source code of this file.

Functions

int main (void)
 
void test_destroy_queue_on_disconnect (void *ctx)
 
void test_fair_queue_in (void *ctx)
 

Variables

const char * bind_address = 0
 
const char * connect_address = 0
 

Function Documentation

int main ( void  )

Definition at line 185 of file test_spec_router.cpp.

References bind_address, connect_address, setup_test_environment(), test_fair_queue_in(), zmq_ctx_new(), and zmq_ctx_term().

Here is the call graph for this function:

void test_fair_queue_in ( void *  ctx)

Variable Documentation

const char* bind_address = 0

Definition at line 32 of file test_spec_router.cpp.

Referenced by main(), test_destroy_queue_on_disconnect(), and test_fair_queue_in().

const char* connect_address = 0

Definition at line 33 of file test_spec_router.cpp.

Referenced by main(), test_destroy_queue_on_disconnect(), and test_fair_queue_in().