summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfcolin2000-12-20 16:23:05 +0000
committerfcolin2000-12-20 16:23:05 +0000
commitcb71e0ab34cd480ba066650f69fab28e2026c866 (patch)
treedc27b6fce1f703fe8d21a249de9a19374faa4256 /src
parentf94ece0bcc51dba3f431d82032c3d82d4e4a616a (diff)
downloadivy-c-cb71e0ab34cd480ba066650f69fab28e2026c866.zip
ivy-c-cb71e0ab34cd480ba066650f69fab28e2026c866.tar.gz
ivy-c-cb71e0ab34cd480ba066650f69fab28e2026c866.tar.bz2
ivy-c-cb71e0ab34cd480ba066650f69fab28e2026c866.tar.xz
ajout de SocketAddMember pour le multicast.
Diffstat (limited to 'src')
-rw-r--r--src/ivysocket.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ivysocket.h b/src/ivysocket.h
index 065c42d..4dbe86b 100644
--- a/src/ivysocket.h
+++ b/src/ivysocket.h
@@ -78,6 +78,9 @@ extern Client SocketBroadcastCreate(
void *data,
SocketInterpretation interpretation
);
+/* Socket Multicast */
+extern int SocketAddMember( Client client, unsigned long host );
+
/* recuperation de l'emetteur du message */
extern struct in_addr * SocketGetRemoteAddr( Client client );
extern void SocketGetRemoteHost (Client client, char **host, unsigned short *port );