diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-31 15:08:37 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-31 15:08:37 +0000 |
commit | c967fae598d4bd3a1d1208ca990c0625723ff751 (patch) | |
tree | 83212c606c2c5797e89deec6cb528f673bc663ce /ChangeLog | |
parent | 2ff871e530aba2191f289b9e055af4d873fd30fa (diff) | |
download | tor-c967fae598d4bd3a1d1208ca990c0625723ff751.tar tor-c967fae598d4bd3a1d1208ca990c0625723ff751.tar.gz |
r14880@catbus: nickm | 2007-08-31 11:06:10 -0400
Refactor store_stats_t to hold a pointer to the proper mmap, and turn it into a full-fledged type. This sets stuff up nicely for adding a separate "annotated" store. Add some XXXX NM items that need to be fixed when annotated stores exist
svn:r11338
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ Changes in version 0.2.0.7-alpha - 2007-??-?? o Code simplifications and refactoring: - Revamp file-writing logic so we don't need to have the entire contents of a file in memory at once before we write to disk. Tor, meet stdio. + - Turn "descriptor store" into a full-fledged type. Changes in version 0.2.0.6-alpha - 2007-08-26 |