1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

Implemented “high” preference allocation for zone stripes.

Copied from Perforce
 Change: 184573
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2014-02-26 18:18:20 +00:00
parent dc83b10c0d
commit 6b16beb0c6
3 changed files with 36 additions and 15 deletions

View file

@ -47,6 +47,8 @@ extern void CBSIterate(CBS cbs, CBSIterateMethod iterate,
extern Res CBSDescribe(CBS cbs, mps_lib_FILE *stream);
typedef Bool (*CBSFindMethod)(Range rangeReturn, Range oldRangeReturn,
CBS cbs, Size size, FindDelete findDelete);
extern Bool CBSFindFirst(Range rangeReturn, Range oldRangeReturn,
CBS cbs, Size size, FindDelete findDelete);
extern Bool CBSFindLast(Range rangeReturn, Range oldRangeReturn,