summaryrefslogtreecommitdiff
path: root/src/ivy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivy.c')
-rw-r--r--src/ivy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ivy.c b/src/ivy.c
index 0d146ee..df180b2 100644
--- a/src/ivy.c
+++ b/src/ivy.c
@@ -21,6 +21,8 @@
° mesures de perfo
° compil rejeu en monothread et omp et tests
° compil sur mac et windows pour portabilité
+ ° faire un repertoire exemple avec tous les executables
+ ° faire un configure
*/
#ifdef OPENMP
@@ -695,7 +697,8 @@ static void BroadcastReceive( Client client, void *data, char *line )
#endif /*DEBUG */
/* connect to the service and send the regexp */
- app = SocketConnectAddr(SocketGetRemoteAddr(client), serviceport, 0, Receive, ClientDelete );
+ app = SocketConnectAddr(SocketGetRemoteAddr(client), serviceport, 0, Receive,
+ ClientDelete );
if (app) {
IvyClientPtr clnt;
clnt = SendService( app, appname );