Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
184017b2
Commit
184017b2
authored
Jun 17, 2013
by
Anders Blomdell
Browse files
Fixed missing lock field.
parent
49537585
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/twoway/introspecting.c
View file @
184017b2
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment