Skip to content
Snippets Groups Projects
Commit 184017b2 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Fixed missing lock field.

parent 49537585
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ struct introspecting_private {
int encoder_initialized;
struct labcomm_decoder *decoder;
int decoder_initialized;
struct labcomm_lock *lock;
struct labcomm_reader_action_context reader_action_context;
struct labcomm_writer_action_context writer_action_context;
LABCOMM_SIGNATURE_ARRAY_DEF(introspection,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment