Fix: Build examples when rpath is stripped from in-build-tree libs
[lttng-ust.git] / tracepoint_test.h
... / ...
CommitLineData
1#include <ust/tracepoint.h>
2
3DECLARE_TRACE(ust_event, TP_PROTO(unsigned int v), TP_ARGS(v));
4DECLARE_TRACE(ust_event2, TP_PROTO(unsigned int v), TP_ARGS(v));
5
6struct message {
7 char *payload;
8};
This page took 0.02335 seconds and 5 git commands to generate.