diff TODO @ 201:3850a3b11745

fixes for parallel readpst
author Carl Byington <carl@five-ten-sg.com>
date Sat, 16 May 2009 10:32:26 -0700
parents d360f96f71f6
children 2f38c4ce606f
line wrap: on
line diff
--- a/TODO	Wed May 13 20:06:53 2009 -0700
+++ b/TODO	Sat May 16 10:32:26 2009 -0700
@@ -5,5 +5,8 @@
 pst2diii needs header and mime type updates from readpst.
 
 At the next soname bump (to libpst.so.5) we should
+    move some of readpst into the shared library, in particular write_normal_email()
     remove readpstlog, and produce ascii debug log files
-    move some of readpst into the shared library, in particular write_normal_email()
+    add debug FILE* into the pst_file structure, so all debug printing
+        will be passed the pst_file struct. Also add a semaphore in there
+        to synchronize debug printing.