From d0a93ad442331d12ee474ee859ee4fef5474b98f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jul 2007 16:50:12 +0000 Subject: introduced getWriteFDForSelect() module API --- modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules.h') diff --git a/modules.h b/modules.h index 476a7e76..98256ea9 100644 --- a/modules.h +++ b/modules.h @@ -55,6 +55,7 @@ typedef struct moduleInfo { rsRetVal (*modQueryEtryPt)(uchar *name, rsRetVal (**EtryPoint)()); /* query entry point addresses */ rsRetVal (*isCompatibleWithFeature)(syslogFeature); rsRetVal (*freeInstance)(struct filed*, void*);/* called before termination or module unload */ + rsRetVal (*getWriteFDForSelect)(struct filed*, void*,short *);/* called before termination or module unload */ rsRetVal (*dbgPrintInstInfo)(struct filed*, void*);/* called before termination or module unload */ rsRetVal (*modExit)(); /* called before termination or module unload */ /* below: parse a configuration line - return if processed -- cgit