On 2015-3-12 15:20, Fam Zheng wrote: > On Thu, 03/12 15:00, Ting Wang wrote: >> + if (elem->value) >> + monitor_printf(mon, "%s: thread_id=%ld\n", elem->value->id, >> + elem->value->thread_id); > > Braces are required for if. > > Fam > > Okay, will fix in v2, thanks.
Ting