comparison src/libpst.h @ 101:1fc33da23175

fix for orphan children when building descriptor tree, avoid writing uninitialized data to debug log file
author Carl Byington <carl@five-ten-sg.com>
date Sun, 05 Oct 2008 09:56:32 -0700
parents 997cf1373f9e
children 8c4482be0b4c
comparison
equal deleted inserted replaced
100:1e4a7610d525 101:1fc33da23175
186 } pst_index2_ll; 186 } pst_index2_ll;
187 187
188 188
189 typedef struct pst_desc_tree { 189 typedef struct pst_desc_tree {
190 uint64_t id; 190 uint64_t id;
191 uint64_t parent_id;
191 pst_index_ll * list_index; 192 pst_index_ll * list_index;
192 pst_index_ll * desc; 193 pst_index_ll * desc;
193 int32_t no_child; 194 int32_t no_child;
194 struct pst_desc_tree * prev; 195 struct pst_desc_tree * prev;
195 struct pst_desc_tree * next; 196 struct pst_desc_tree * next;