X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Fust%2Fprobe.h;h=7285a2dfc92cd0fd7509f6fae861604020d12178;hb=4723ca096d740ff93da400df304c9902e9834e5f;hp=740f7eef8f227991e6a7a6f06d5012a54e213b86;hpb=822f167a2f08bc6a4f81fbf2484dfea5f9b55e7a;p=lttng-ust.git diff --git a/include/ust/probe.h b/include/ust/probe.h index 740f7eef..7285a2df 100644 --- a/include/ust/probe.h +++ b/include/ust/probe.h @@ -24,10 +24,13 @@ #define LTT_NR_CALLBACKS 10 struct ltt_serialize_closure; +struct ust_buffer; typedef size_t (*ltt_serialize_cb)(struct ust_buffer *buf, size_t buf_offset, struct ltt_serialize_closure *closure, - void *serialize_private, int *largest_align, + void *serialize_private, + unsigned int stack_pos_ctx, + int *largest_align, const char *fmt, va_list *args); struct ltt_available_probe {