dcrud  0.0.0
Distributed data and services
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Network.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5 
6 #include <dcrud/IParticipant.h>
7 
15 dcrudIParticipant dcrudNetwork_join(
16  unsigned int id,
17  const ioInetSocketAddress * addr,
18  const char * intrfc );
19 
20 void dcrudNetwork_leave( dcrudIParticipant * participant );
21 
22 #ifdef __cplusplus
23 }
24 #endif
void dcrudNetwork_leave(dcrudIParticipant *participant)
dcrudIParticipant dcrudNetwork_join(unsigned int id, const ioInetSocketAddress *addr, const char *intrfc)