#include "rlsocket.h"
#include "rleventlogserver.h"
#include "rlcutil.h"
#include "rltime.h"
#include "stdio.h"
#include "string.h"
Go to the source code of this file.
◆ rlAcceptThread()
static void* rlAcceptThread |
( |
void * |
arg | ) |
|
|
static |
Definition at line 151 of file rleventlogserver.cpp.
162 socket =
new rlSocket(
"localhost",port,0);
167 worker_data.
thread = thread;
int create(void *(*func)(void *), void *argument)
static void * workerThread(void *arg)
rlDataProviderThreads * thread
◆ workerThread()
static void* workerThread |
( |
void * |
arg | ) |
|
|
static |
Definition at line 128 of file rleventlogserver.cpp.
139 thread = worker_data->
thread;
144 ret = socket->
readStr(message,
sizeof(message)-1);
void putEvent(const char *event)
int readStr(char *buf, int len, int timeout=0)
rlDataProviderThreads * thread
rlEventLogServer * event_log_server