From 4013e1acba325a4f7ef4192c13ec39f64b4d098a Mon Sep 17 00:00:00 2001 From: bustico Date: Fri, 8 Feb 2008 09:33:07 +0000 Subject: fix makefile for non omp target --- src/ivy.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ivy.c') 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 ); -- cgit v1.1