X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/39236c6e673c41db228275375ab7fdb0f837b292..bb59bff194111743b33cc36712410b5656329d3c:/bsd/kern/vm_pressure.h?ds=sidebyside diff --git a/bsd/kern/vm_pressure.h b/bsd/kern/vm_pressure.h index 5386ddd1a..402283583 100644 --- a/bsd/kern/vm_pressure.h +++ b/bsd/kern/vm_pressure.h @@ -40,10 +40,10 @@ void vm_knote_unregister(struct knote *); void consider_vm_pressure_events(void); void vm_pressure_proc_cleanup(proc_t); -#if CONFIG_MEMORYSTATUS && CONFIG_JETSAM +#if VM_PRESSURE_EVENTS void vm_find_pressure_foreground_candidates(void); void vm_find_pressure_candidate(void); boolean_t vm_dispatch_pressure_note_to_pid(pid_t pid, boolean_t locked); -#endif /* CONFIG_MEMORYSTATUS && CONFIG_JETSAM */ +#endif /* VM_PRESSURE_EVENTS */ #endif /* VM_PRESSURE_H */