Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ryan Pavlik
Monado
Commits
35231b43
Commit
35231b43
authored
Apr 19, 2022
by
Jakob Bornecrantz
Committed by
Ryan Pavlik
Nov 08, 2022
Browse files
FIXME: Add log_level todos
parent
5baa1a29
Pipeline
#733049
failed with stages
in 4 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/xrt/ipc/server/ipc_server_process.c
View file @
35231b43
...
...
@@ -436,6 +436,7 @@ ipc_server_start_client_listener_thread(struct ipc_server *vs, struct ipc_messag
}
it
->
state
=
IPC_THREAD_STARTING
;
//! @todo The imc has a log_level field, where should it be initialised?
ics
->
imc
=
*
imc
;
U_ZERO
(
imc
);
ics
->
server
=
vs
;
...
...
src/xrt/ipc/shared/ipc_utils.c
View file @
35231b43
...
...
@@ -43,7 +43,7 @@
void
ipc_message_channel_init
(
struct
ipc_message_channel
*
imc
)
{
//
Noop
//
! @todo The imc has a log_level field, where should it be initialised?
}
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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