From b0bd74e35e935aa976b68c594def4e8d2c22ef95 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 16 Jan 2010 11:20:23 +0100 Subject: Replaced polling loop for LCR and chan_lcr with select based event loop. Now LCR and chan_lcr will not use any CPU until there is work to do. --- options.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index f58d7f9..eff38ce 100644 --- a/options.c +++ b/options.c @@ -9,11 +9,11 @@ ** ** \*****************************************************************************/ -#include "stdio.h" -#include "string.h" -#include "stdarg.h" -#include "unistd.h" -#include "stdlib.h" +#include +#include +#include +#include +#include #include "macro.h" #include "extension.h" #include "options.h" -- cgit v1.2.3-55-g7522