ustd: add system to elegantly end daemon on SIGTERM, after waiting that all traces...
[lttng-ust.git] / tests / hello / tp.h
1 #include "tracepoint.h"
2
3 DECLARE_TRACE(hello_tptest,
4 TPPROTO(int anint),
5 TPARGS(anint));
This page took 0.030136 seconds and 4 git commands to generate.