Added a new property
This commit is contained in:
@@ -119,7 +119,7 @@ namespace ts {
|
||||
this->_ring_index = index;
|
||||
else if(index < 100 && this->_ring_index > std::numeric_limits<size_type>::max() - 100) {
|
||||
this->_ring_index_full += 200; /* let the index overflow into the generation counter */
|
||||
this->_ring_index = index; /* set the lover (16) bytes */
|
||||
this->_ring_index = index; /* set the lower (16) bytes */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user