mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
New files containing a simplified and sanitized version of the state
Mon Mar 27 21:44:04 2006 Soeren Sandmann <sandmann@redhat.com> * sformat.[ch]: New files containing a simplified and sanitized version of the state machine and type system from sfile.c. * sfile.c: Move the state machine and type management to separate files. Make the amount of memory used during loading and saving less obscene. * stackstash.c (stack_stash_new_from_root): Make this function store the root again.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
3c5240c7ef
commit
6534ca13c0
@ -281,6 +281,8 @@ stack_stash_new_from_root (StackNode *root)
|
||||
{
|
||||
StackStash *stash = create_stack_stash();
|
||||
|
||||
stash->root = root;
|
||||
|
||||
build_hash_table (stash->root, stash);
|
||||
|
||||
return stash;
|
||||
|
||||
Reference in New Issue
Block a user