mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
t/service: Enable tracing
This commit is contained in:
parent
7524239b1f
commit
966b4b7048
|
@ -8,9 +8,14 @@
|
|||
* @ingroup ipc
|
||||
*/
|
||||
|
||||
#include "util/u_trace_marker.h"
|
||||
|
||||
#include "target_lists.h"
|
||||
|
||||
|
||||
// Insert the on load constructor to init trace marker.
|
||||
U_TRACE_TARGET_INIT()
|
||||
|
||||
int
|
||||
ipc_server_main(int argc, char *argv[]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue