summaryrefslogtreecommitdiff
path: root/cesar/cl/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cl/inc/context.h')
-rw-r--r--cesar/cl/inc/context.h4
1 files changed, 4 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_ */