aboutsummaryrefslogtreecommitdiffstats
path: root/src/vlib/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vlib/trace.h')
-rw-r--r--src/vlib/trace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/trace.h b/src/vlib/trace.h
index 54b7c294569..ae9bd6913d3 100644
--- a/src/vlib/trace.h
+++ b/src/vlib/trace.h
@@ -91,6 +91,7 @@ typedef struct
#define FILTER_FLAG_NONE 0
#define FILTER_FLAG_INCLUDE 1
#define FILTER_FLAG_EXCLUDE 2
+#define FILTER_FLAG_POST_MORTEM 3
u32 filter_count;
/* set on trace add, cleared on clear trace */