|
|
|
|
|
|
|
| |
* Message_Block.{cpp,i,h}: Changed rd_ptr_ and wr_ptr_ to be byte offsets
from base (). This allows one to resize a duplicate without trashing
other Message_Blocks that may be referring to the same data block.
* Proactor.cpp: Made the message block 64 bytes bigger to make purify
happier.
|