X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fust%2Fustd.h;h=0757acb9b035f77472c797dd25dc35d88914d190;hb=d89b81916428a3e7e5dfe1612e87218502a40a3b;hp=7ce063fefbb7f48bae11028fe6b79065ea9a6f92;hpb=4723ca096d740ff93da400df304c9902e9834e5f;p=ust.git diff --git a/include/ust/ustd.h b/include/ust/ustd.h index 7ce063f..0757acb 100644 --- a/include/ust/ustd.h +++ b/include/ust/ustd.h @@ -36,7 +36,11 @@ struct ustcomm_sock; struct buffer_info { - const char *name; + char *name; + char *trace; + char *channel; + int channel_cpu; + pid_t pid; int app_sock; /* The pipe file descriptor */