summaryrefslogtreecommitdiff
path: root/src/ivyxtloop.c
diff options
context:
space:
mode:
authorsc1999-01-26 08:53:25 +0000
committersc1999-01-26 08:53:25 +0000
commitbc141af57a9ea4b5da4a15eea73e5e4269fc7e65 (patch)
tree53654c22e322e346402b09c8ee804220b8acb1bd /src/ivyxtloop.c
parent4853dbf7e1e3d69064f6af735acc802b5971b5f5 (diff)
downloadivy-c-bc141af57a9ea4b5da4a15eea73e5e4269fc7e65.zip
ivy-c-bc141af57a9ea4b5da4a15eea73e5e4269fc7e65.tar.gz
ivy-c-bc141af57a9ea4b5da4a15eea73e5e4269fc7e65.tar.bz2
ivy-c-bc141af57a9ea4b5da4a15eea73e5e4269fc7e65.tar.xz
A bit of clean up in headers
Changes in IvyStart and IvyInit: - expanded parsing of IvyStart argument to bus addresses like 123.123,123.122:2019 - socket for receiving broadcast handshakes is now in IvyStart (we thus lose the ability to have "passive" agents (agents that listen but don't say hello))
Diffstat (limited to 'src/ivyxtloop.c')
-rw-r--r--src/ivyxtloop.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ivyxtloop.c b/src/ivyxtloop.c
index a265e23..df8dedb 100644
--- a/src/ivyxtloop.c
+++ b/src/ivyxtloop.c
@@ -1,20 +1,20 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
- * Centre d'Études de la Navigation Aérienne
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
* Main loop based on X Toolkit
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
* Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
* $Id$
*
- * Please refer to file version.h for the
- * copyright notice regarding this software
- *
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*/
+
#ifdef WIN32
#include <windows.h>
#endif