diff options
author | lloyd <[email protected]> | 2008-04-12 02:38:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-12 02:38:40 +0000 |
commit | 04b702def2a883eada14a505955d6b369e9de88f (patch) | |
tree | 0e3ed71e68d45b5f247bdb8dd7ca6d6dc5fa8c78 | |
parent | 502f7c0a6437473c5649c7d8cfbfd68307a83d57 (diff) |
Update the changelog
-rw-r--r-- | doc/logs/log-17.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/logs/log-17.txt b/doc/logs/log-17.txt index eab4bd180..adef98afb 100644 --- a/doc/logs/log-17.txt +++ b/doc/logs/log-17.txt @@ -5,12 +5,11 @@ was known to take up too much time for what it was doing, for a very small gain in readability. - - New typedef Pipe::message_id + - New typedef Pipe::message_id to represent the Pipe message number. + This is currently still a u32bit, but at some point may become an + opaque type that can simply be passed back to the same Pipe. - - Add a new constructor for DataSource_Stream taking an istream - - - Remove the Named_Mutex_Holder - - Use a typedef in Pipe to represent the message number + - Allow using a std::istream to initialize a DataSource_Stream object. * 1.7.4, March 10, 2008 - Use unaligned memory read/writes on systems that allow it, for performance |