summaryrefslogtreecommitdiff
path: root/cesar/cl/inc
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cl/inc')
-rw-r--r--cesar/cl/inc/context.h4
-rw-r--r--cesar/cl/inc/trace.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/cesar/cl/inc/context.h b/cesar/cl/inc/context.h
index 662e56118f..965a190ccd 100644
--- a/cesar/cl/inc/context.h
+++ b/cesar/cl/inc/context.h
@@ -17,6 +17,7 @@
#include "common/defs/ethernet.h"
#include "lib/slab.h"
+#include "lib/seq_check.h"
#include "mac/common/mfs.h"
#include "mac/common/store.h"
#include "mac/common/config.h"
@@ -171,6 +172,9 @@ struct cl_t
/** cl Trace */
trace_buffer_t trace;
#endif /* !CONFIG_TRACE */
+#if CONFIG_SEQ_CHECK
+ lib_seq_check_t seq_check_rx_ctx;
+#endif
};
#endif /* CL_INC_CONTEXT_H_ */
diff --git a/cesar/cl/inc/trace.h b/cesar/cl/inc/trace.h
index e312a292f6..7192677e7c 100644
--- a/cesar/cl/inc/trace.h
+++ b/cesar/cl/inc/trace.h
@@ -47,6 +47,7 @@ enum
CL_TRACE_DATA_RECV,
CL_TRACE_DATA_BUFFER_ADD,
CL_TRACE_BRIDGE_ADD,
+ CL_TRACE_SEQ_CHECK,
};
BEGIN_DECLS