diff 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
line wrap: on
line diff
--- a/src/libpst.h	Thu Oct 02 15:29:36 2008 -0700
+++ b/src/libpst.h	Sun Oct 05 09:56:32 2008 -0700
@@ -188,6 +188,7 @@
 
 typedef struct pst_desc_tree {
     uint64_t id;
+    uint64_t parent_id;
     pst_index_ll * list_index;
     pst_index_ll * desc;
     int32_t no_child;