Add a way to retrieve a Region as a SharedBuffer

Change-Id: Ia53cb905fbc88f899521658545f990fb9217b1e1
This commit is contained in:
Mathias Agopian 2012-08-31 15:41:24 -07:00 committed by Alex Ray
parent 11b9acf765
commit 919fa297fe
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ private:
inline ~SharedBuffer() { }
inline SharedBuffer(const SharedBuffer&);
// 16 bytes. must be sized to preserve correct alingment.
// 16 bytes. must be sized to preserve correct alignment.
mutable int32_t mRefs;
size_t mSize;
uint32_t mReserved[2];