#include "Broker.hpp"
#include <stdio.h>
#include <pthread.h>
#include "ThreadList.hpp"
#include <sys/socket.h>
#include <string>
#include <boost/archive/iterators/binary_from_base64.hpp>
#include <boost/archive/iterators/transform_width.hpp>
Go to the source code of this file.
Functions | |
void | sighandler (int sig) |
template<typename Type > | |
void * | delete_pointer_later (void *ptr) |
void* delete_pointer_later | ( | void * | ptr | ) |
Definition at line 39 of file Broker.cpp.
void sighandler | ( | int | sig | ) |
Definition at line 32 of file Broker.cpp.