aboutsummaryrefslogtreecommitdiffstats
path: root/lib/et/src/et_internal.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/et/src/et_internal.hrl')
-rw-r--r--lib/et/src/et_internal.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/et/src/et_internal.hrl b/lib/et/src/et_internal.hrl
index 1feb161ef1..419d35afcd 100644
--- a/lib/et/src/et_internal.hrl
+++ b/lib/et/src/et_internal.hrl
@@ -20,6 +20,9 @@
%% Purpose: Definition of internal data structures
%%----------------------------------------------------------------------
+-define(detail_level_min, 0).
+-define(detail_level_max, 100).
+
-record(filter, {name, function}).
-define(DEFAULT_FILTER_NAME, all).