Created
June 18, 2021 06:45
-
-
Save petehamilton/a893092272740b400c1b0665963ef488 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* We don't want to log each fetching of a value from a sequence, | |
* so we pre-log a few fetches in advance. In the event of | |
* crash we can lose (skip over) as many values as we pre-logged. | |
*/ | |
#define SEQ_LOG_VALS 32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment