From 653ec62b23346eaab4f2f3830eeb7f1634a924c5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 17 Dec 2007 14:34:22 +0000 Subject: - implemented afterRun input module interface function - implemented $klogSymbolsTwice config directive --- modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules.h') diff --git a/modules.h b/modules.h index 83fa641f..cf6eda24 100644 --- a/modules.h +++ b/modules.h @@ -80,6 +80,7 @@ typedef struct moduleInfo { eTermSyncType_t eTermSyncType; rsRetVal (*runInput)(thrdInfo_t*); /* function to gather input and submit to queue */ rsRetVal (*willRun)(void); /* function to gather input and submit to queue */ + rsRetVal (*afterRun)(void); /* function to gather input and submit to queue */ } im; struct {/* data for output modules */ /* below: perform the configured action -- cgit