diff ad9956.h @ 258:5296f3bcd160

Implement DDS clients reconnect On network send() failures try to reconnect to the server before returning an error. This allows to restart the network servers controlling the DDSes wiothout having to restart the clients.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 16 Jun 2015 14:31:35 +0200
parents c700a2d38fb8
children
line wrap: on
line diff
--- a/ad9956.h	Fri Jun 05 21:51:25 2015 +0200
+++ b/ad9956.h	Tue Jun 16 14:31:35 2015 +0200
@@ -1,11 +1,12 @@
 #ifndef __AD9956_H__
 #define __AD9956_H__
 
+#include "xsocket.h"
+
 #define REVISION 1
 
 struct ad9956 {
-	char *hostname;
-	int port;
+	struct xsocket *sock;
 	int profile;
 	int fd;
 	double clock;