]>
Commit | Line | Data |
---|---|---|
1815bff5 A |
1 | /* |
2 | * File: dynamic_pager.tproj/backing_store_triggers.defs | |
3 | * Author: Chris Youngworth | |
4 | * Date: Oct, 1999 | |
5 | * | |
6 | * Exported client calls to the dynamic_pager facility. | |
7 | */ | |
8 | subsystem | |
9 | ||
10 | backing_store_triggers 1200; | |
11 | ||
12 | ||
13 | #include <mach/std_types.defs> | |
14 | #include <mach/mach_types.defs> | |
15 | ||
16 | ||
17 | simpleroutine backing_store_triggers( | |
18 | dynamic_pager : mach_port_t; | |
19 | in hi_wat : int; | |
20 | in flags : int; | |
21 | in trigger_port : mach_port_t); |