Skip to content

Commit

Permalink
update comment describing sequence number
Browse files Browse the repository at this point in the history
  • Loading branch information
branan committed Jan 3, 2012
1 parent b11881d commit 30faa99
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ plLocation plAgeDescription::CalcPageLocation( const char *page ) const

// Now, our 32 bit number looks like the following:
// 0xRRAAPPPP
// - RR is FF when reserved, and 00 when normal
// - AA is the one byte for age sequence prefix (FF not allowed because 0xFFFFFFFFFF is reserved for invalid sequence number)
// - RR is FF when reserved, and 00-FE when normal
// - AA is the low byte of the age sequence prefix (FF not allowed on a negative prefix because 0xFFFFFFFFFF is reserved for invalid sequence number)
// - PPPP is the two bytes for page sequence number

if( IsGlobalAge() )
Expand Down

0 comments on commit 30faa99

Please sign in to comment.