X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=b076835794126345eb4f7f1d3b2e0444818a5bca;hb=4e776b26f63c6ecd5c4622ae80d1970827a6b8b3;hp=0e19ed2229ac9c7b417aee01be5113e0701351fe;hpb=b6e4919f8a0787d493e23f4a67739f9038c75c0e;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 0e19ed22..b0768357 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -299,6 +299,11 @@ struct ust_pending_probe; struct ltt_event; struct lttng_ust_filter_bytecode; +struct lttng_callsite { + const struct tracepoint_callsite *tp_cs; + struct cds_hlist_node node; /* Callsite hash table node */ +}; + /* * ltt_event structure is referred to by the tracing fast path. It must be * kept small.