From bc141af57a9ea4b5da4a15eea73e5e4269fc7e65 Mon Sep 17 00:00:00 2001 From: sc Date: Tue, 26 Jan 1999 08:53:25 +0000 Subject: 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)) --- src/ivyloop.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/ivyloop.h') diff --git a/src/ivyloop.h b/src/ivyloop.h index 8658875..812c67b 100644 --- a/src/ivyloop.h +++ b/src/ivyloop.h @@ -1,22 +1,23 @@ /* * 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 handling around select * - * Authors: François-Régis Colin + * Authors: François-Régis Colin * Stéphane Chatty * * $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 * */ -#ifndef _IVYLOOP_H -#define _IVYLOOP_H + +#ifndef IVYLOOP_H +#define IVYLOOP_H #ifdef __cplusplus extern "C" { -- cgit v1.1