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