dcrud
0.0.0
Distributed data and services
|
#include <dcrud/IParticipant.h>
Go to the source code of this file.
Functions | |
dcrudIParticipant | dcrudNetwork_join (unsigned int id, const ioInetSocketAddress *addr, const char *intrfc) |
void | dcrudNetwork_leave (dcrudIParticipant *participant) |
dcrudIParticipant dcrudNetwork_join | ( | unsigned int | id, |
const ioInetSocketAddress * | addr, | ||
const char * | intrfc | ||
) |
id | participant id |
addr | IP address:port pair |
intrfc | the network interface to use, identified by its IP address, may be null in such case the first up, non loopback, multicast capable interface will be used) |
void dcrudNetwork_leave | ( | dcrudIParticipant * | participant | ) |