Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
200:d360f96f71f6 | 201:3850a3b11745 |
---|---|
3 calls. | 3 calls. |
4 | 4 |
5 pst2diii needs header and mime type updates from readpst. | 5 pst2diii needs header and mime type updates from readpst. |
6 | 6 |
7 At the next soname bump (to libpst.so.5) we should | 7 At the next soname bump (to libpst.so.5) we should |
8 move some of readpst into the shared library, in particular write_normal_email() | |
8 remove readpstlog, and produce ascii debug log files | 9 remove readpstlog, and produce ascii debug log files |
9 move some of readpst into the shared library, in particular write_normal_email() | 10 add debug FILE* into the pst_file structure, so all debug printing |
11 will be passed the pst_file struct. Also add a semaphore in there | |
12 to synchronize debug printing. |