guint i, num_fields;
- g_string_set_size(s,0);
+ s = g_string_set_size(s,0);
facility = ltt_event_facility(e);
event_type = ltt_event_eventtype(e);
before the fork event */
child_process->ppid = process->pid;
}
- g_assert(child_process->name == LTTV_STATE_UNNAMED);
- child_process->name = process->name;
+ g_assert(child_process->name == LTTV_STATE_UNNAMED);
+ child_process->name = process->name;
+ child_process->brand = process->brand;
return FALSE;
}
null_term_name[name_len] = '\0';
process->name = g_quark_from_string(null_term_name);
+ process->brand = LTTV_STATE_UNBRANDED;
g_free(null_term_name);
return FALSE;
}