mirror of
https://github.com/darlinghq/darling-libxpc.git
synced 2024-11-23 03:39:40 +00:00
Remove the JETSAM_PRIORITY_* enum in launchd_defs.h
These are already defined in <sys/kern_memorystatus.h>
This commit is contained in:
parent
814e55abd7
commit
edac36c44d
@ -21,21 +21,6 @@ enum {
|
||||
XPC_JETSAM_BAND_LAST = XPC_JETSAM_BAND_TELEPHONY,
|
||||
};
|
||||
|
||||
enum {
|
||||
JETSAM_PRIORITY_IDLE,
|
||||
JETSAM_PRIORITY_BACKGROUND_OPPORTUNISTIC,
|
||||
JETSAM_PRIORITY_BACKGROUND,
|
||||
JETSAM_PRIORITY_MAIL,
|
||||
JETSAM_PRIORITY_PHONE,
|
||||
JETSAM_PRIORITY_UI_SUPPORT,
|
||||
JETSAM_PRIORITY_FOREGROUND_SUPPORT,
|
||||
JETSAM_PRIORITY_FOREGROUND,
|
||||
JETSAM_PRIORITY_AUDIO_AND_ACCESSORY,
|
||||
JETSAM_PRIORITY_CRITICAL,
|
||||
JETSAM_PRIORITY_TELEPHONY,
|
||||
JETSAM_PRIORITY_LAST = JETSAM_PRIORITY_TELEPHONY
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
XPC_EVENT_GET_NAME,
|
||||
XPC_EVENT_SET,
|
||||
|
Loading…
Reference in New Issue
Block a user