aaOpenSource / aaLog

A library and example programs for reading the standard SMC log file format
MIT License
13 stars 15 forks source link

Multi-thread changes to aaLogReader #30

Closed ryanvs closed 8 years ago

ryanvs commented 8 years ago

I changed LogHeader and LogRecord to use DateTimeOffset instead of DateTime.

I also tried to fix some of the multi-threaded issues in aaLogReader before I realized the multi-user issues make this effort obsolete. We still need to redesign aaLogReader as I mentioned in #26.