-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update-engine] make last_seen a mutable cursor (#4398)
All correct uses of incremental report generation must update the external `last_seen` cursor. To guarantee that, make last_seen be `&mut Option<usize>`, and effectively an inout parameter.
- Loading branch information
1 parent
1cf6a0f
commit 4b0905f
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
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
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