trace.c | 16 static struct dl_list active_references = variable in typeref:struct:dl_list 17 { &active_references, &active_references }; 353 dl_list_add(&active_references, &ref->list); 360 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) {
|