summaryrefslogtreecommitdiff
path: root/comm/Scheduler.h
diff options
context:
space:
mode:
authorsc2000-12-04 13:23:22 +0000
committersc2000-12-04 13:23:22 +0000
commit2455534347596bd4ccf415c9cdf6d2e42a98fb72 (patch)
tree09379b262ce739bfa86cf9c7610c83b471b89ffc /comm/Scheduler.h
parentee21a6940d4a8edb758187352ae717bbe7b1b825 (diff)
downloadivy-league-2455534347596bd4ccf415c9cdf6d2e42a98fb72.zip
ivy-league-2455534347596bd4ccf415c9cdf6d2e42a98fb72.tar.gz
ivy-league-2455534347596bd4ccf415c9cdf6d2e42a98fb72.tar.bz2
ivy-league-2455534347596bd4ccf415c9cdf6d2e42a98fb72.tar.xz
IvlFilDes -> IvlFd
Diffstat (limited to 'comm/Scheduler.h')
-rw-r--r--comm/Scheduler.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/comm/Scheduler.h b/comm/Scheduler.h
index b6eec4d..d465006 100644
--- a/comm/Scheduler.h
+++ b/comm/Scheduler.h
@@ -1,19 +1,20 @@
/*
- * The Unix Channel
+ * Ivy League
*
- * by Michel Beaudouin-Lafon
+ * Channel sets, or multiplexers, or schedulers
*
- * Copyright 1990-1993
+ * Copyright 1990-2000
* Laboratoire de Recherche en Informatique (LRI)
+ * Centre d'Etudes de la Navigation Aerienne (CENA)
*
- * Channel sets, or multiplexers
+ * original code by Michel Beaudouin-Lafon,
+ * heavily modified by Stephane Chatty and Stephane Sire
*
* $Id$
- * $CurLog$
- * Smart(ies) removed by Stephane Sire
- * added Hooks
+ *
*/
+
#ifndef IvlScheduler_H_
#define IvlScheduler_H_
@@ -25,8 +26,8 @@
extern char* StrReprBuf;
// This class defines channel sets for multiplexing i/o
-// Because of the coercion defined for FILDES -> int,
-// most arguments of type ints can be FILDES, IvlChannel, ...
+// Because of the coercion defined for IvlFd -> int,
+// most arguments of type ints can be IvlFd, IvlChannel, ...
// An array of pointers to channels is kept in the object;
// The masks for reading/writing are kept consistent with the IOMode of
// the channels, as long as it is not changed by a direct access to the channel