X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=bc0a07c046d26333f36ef1b19145f79c8ba53fa8;hb=fe566790e6be3f27f0befd85b715a3e84977bf6c;hp=9634f2270d58790cf088ef69e39b63e664ca5956;hpb=f36c12ab311c7db808bfeda93bb95022020110cd;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index 9634f22..bc0a07c 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -21,6 +21,7 @@ */ #define _GNU_SOURCE +#define _LGPL_SOURCE #include #include #include @@ -112,7 +113,10 @@ static void print_ust_marker(FILE *fp) (*iter.ust_marker)->name, (int)(*iter.ust_marker)->state, (*iter.ust_marker)->format, - (*iter.ust_marker)->location); + NULL); /* + * location is null for now, will be added + * to a different table. + */ ust_marker_iter_next(&iter); } unlock_ust_marker();