#include <sys/utsname.h>
#include <arpa/inet.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <DCDT_Defs.h>
#include <DCDT_Msg.h>
#include <signal.h>
Go to the source code of this file.
Classes | |
struct | _DCDT_MemberTableElem |
Structure that contains all the informations about an Agora member. More... | |
struct | _FinderData |
class | DCDT_Agora |
Main dcdt object, virtualize and manage threads. More... | |
Typedefs | |
typedef _DCDT_MemberTableElem | DCDT_MemberTableElem |
Structure that contains all the informations about an Agora member. | |
typedef _FinderData | FinderData |
typedef void(* | sighandler_t )(int) |
|
Structure that contains all the informations about an Agora member.
Referenced by DCDT_Agora::LetsWork(). |
|
Referenced by DCDT_Agora::CommConfig(), and DCDT_Finder::DCDT_Finder(). |
|
Definition at line 91 of file DCDT_Agora.h. |