#include "frdi_client.h"
Functions | |
frdi_connection * | frdiClientServerConnectionNew (frdi_client_app *self, frdi_application *remote) |
void * | frdiClientServerConnectionRecieve (void *arg) |
void * | frdiClientUserConnectionRecieve (void *arg) |
void | frdiClientConnectionClose (frdi_connection *connection) |
void * | frdiClientUserListenerSpawner (void *arg) |
void | frdiClientUserListenerWaitStop (frdi_client_app *self) |
void | frdiClientUserListenerTellStop (frdi_client_app *self) |
void | frdiClientUserListenerTellStart (frdi_client_app *self) |
|
connect to a named fairdice server app |
|
recieve a message from a client-server connection |
|
recieve a message from a client-user connection |
|
on closing the connection, free the stuff we created |
|
called in its own thread when the User listener receives a connection |
|
wait for the user listener thread to stop |
|
send a message to the user listener thread to stop |
|
launch the thread for the user listener |