Last sync 2016.04.01
[deliverable/titan.core.git] / mctr2 / cli / config_read.y
index d9b03a5a6eab1f22ee30ab53851d413825f5fd29..a43e95dad3b74001e17b948f6a213b0e79682edd 100644 (file)
@@ -1,9 +1,26 @@
 /******************************************************************************
- * Copyright (c) 2000-2015 Ericsson Telecom AB
+ * Copyright (c) 2000-2016 Ericsson Telecom AB
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *   Baji, Laszlo
+ *   Balasko, Jeno
+ *   Baranyi, Botond
+ *   Beres, Szabolcs
+ *   Delic, Adam
+ *   Forstner, Matyas
+ *   Gecse, Roland
+ *   Kovacs, Ferenc
+ *   Pandi, Krisztian
+ *   Raduly, Csaba
+ *   Szabados, Kristof
+ *   Szabo, Janos Zoltan – initial implementation
+ *   Szalai, Gabor
+ *   Zalanyi, Balazs Andor
+ *
  ******************************************************************************/
 %{
 
@@ -111,6 +128,7 @@ static void yyprint(FILE *file, int type, const YYSTYPE& value);
 %token EmergencyLoggingBehaviour
 %token EmergencyLoggingBehaviourValue "BufferAll or BufferMasked"
 %token EmergencyLoggingMask
+%token EmergencyLoggingForFailVerdict
 %token FileMask
 %token ConsoleMask
 %token TimestampFormat
@@ -570,6 +588,7 @@ LoggingParam:
        | EmergencyLogging AssignmentChar Number { BN_free($3); }
        | EmergencyLoggingBehaviour AssignmentChar EmergencyLoggingBehaviourValue
        | EmergencyLoggingMask AssignmentChar LoggingBitMask
+       | EmergencyLoggingForFailVerdict AssignmentChar YesNoOrBoolean
        | LogFileNumber AssignmentChar Number { BN_free($3); }
        | DiskFullAction AssignmentChar DiskFullActionValue
        | LogFile AssignmentChar LogFileName { cfg->set_log_file($3); }
This page took 0.024238 seconds and 5 git commands to generate.