From 5203ffb335095327793b3b2d6bdadfb657fda52a Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 22 Dec 1998 10:16:42 +0000 Subject: Mise au propre --- src/ivyloop.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/ivyloop.c') diff --git a/src/ivyloop.c b/src/ivyloop.c index e02800c..92f6301 100644 --- a/src/ivyloop.c +++ b/src/ivyloop.c @@ -1,3 +1,16 @@ +/* + * + * Ivy, C interface + * + * Copyright 1997-1998 + * Centre d'Etudes de la Navigation Aerienne + * + * Main loop handling around select + * + * $Id$ + * + */ + #ifdef WIN32 #include #endif @@ -108,6 +121,7 @@ static void BusLoopChannelHandleRead(fd_set *current) } } } + static void BusLoopChannelHandleExcpt(fd_set *current) { Channel channel,next; @@ -147,6 +161,7 @@ void BusLoopChannelStop(void) { MainLoop = 0; } + void BusLoopChannelMainLoop(void(*hook)(void)) { -- cgit v1.1