From 60a7a0d4d0d592ef6e372edc919ef62e13ee062e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 15 Jul 2009 12:59:28 +0200 Subject: $HUPisRestart removed ... but the rest of the code is not yet cleaned-up. Will do that slowly over time... (huge potential, but must be done carefully) --- runtime/glbl.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/glbl.h') diff --git a/runtime/glbl.h b/runtime/glbl.h index dcfb6d5f..8ecd8466 100644 --- a/runtime/glbl.h +++ b/runtime/glbl.h @@ -8,7 +8,7 @@ * Please note that there currently is no glbl.c file as we do not yet * have any implementations. * - * Copyright 2008 Rainer Gerhards and Adiscon GmbH. + * Copyright 2008, 2009 Rainer Gerhards and Adiscon GmbH. * * This file is part of the rsyslog runtime library. * @@ -44,7 +44,6 @@ BEGINinterface(glbl) /* name must also be changed in ENDinterface macro! */ rsRetVal (*Set##name)(dataType); SIMP_PROP(MaxLine, int) SIMP_PROP(OptimizeUniProc, int) - SIMP_PROP(HUPisRestart, int) SIMP_PROP(PreserveFQDN, int) SIMP_PROP(DefPFFamily, int) SIMP_PROP(DropMalPTRMsgs, int) -- cgit