X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=libust%2Ftracectl.c;fp=libust%2Ftracectl.c;h=bc0a07c046d26333f36ef1b19145f79c8ba53fa8;hp=1487ac73a3dd0b462798c3095fceed0f44d5a4a9;hb=fe566790e6be3f27f0befd85b715a3e84977bf6c;hpb=332b3a18ea9e3be7ec5d65a4d75c5cf2b6a59525 diff --git a/libust/tracectl.c b/libust/tracectl.c index 1487ac7..bc0a07c 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -113,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();