-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core.counter: Fixes for double-buffering extension
Added a method 'counter.delete(name)' to unmap and unlink a counter. This is needed because the value returned by 'counter.open()' cannot be manipulated directly by the shm module anymore. Updated core.link to use counter.delete(name). This fixes breakage in the core.link selftest function. Currently have a broken core.counter selftest. The new semantics are not consistent with the original test case. selftest must be updated (TODO).
- Loading branch information
Showing
2 changed files
with
26 additions
and
11 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