src/Configuration.h
branchv_0
changeset 19 e4558df9ba2d
parent 8 513ea30d2fa3
child 26 cf57e8c78492
--- a/src/Configuration.h	Tue May 07 21:25:45 2019 +0200
+++ b/src/Configuration.h	Tue May 07 21:33:59 2019 +0200
@@ -47,6 +47,11 @@
 	relpipe::writer::string_t awkForEach;
 
 	/**
+	 * If true, AWK code will be executed, but no output will be generated.
+	 */
+	bool drop = false;
+
+	/**
 	 * Variable definitions for this relation.
 	 * Can be used as a safe way for passing parameters from the outside environment.
 	 * See also Configuration::definitions (can be overridden by relation's definitions)