#include "postmaster.h"
#include "logger.h"
#include "actor.h"
#include "actionlistener.h"
#include "synchronizer.h"
#include "globalsync.h"
#include "nullsync.h"
#include "scheduler.h"
#include "tcp-utils.h"
#include "rtsocket.h"
#include <algorithm>
#include <sys/poll.h>
Functions | |
void * | start_polling_func (postmaster *p) |
template<class S, class T> | |
std::pair< S, T > | makepair (const S &s, const T &t) |
bool | operator< (const postmaster::rem_actor_map::iterator &i1, const postmaster::rem_actor_map::iterator &i2) |
|
|
|
|
|
|