]> git.saurik.com Git - apple/launchd.git/blobdiff - src/core.h
launchd-842.92.1.tar.gz
[apple/launchd.git] / src / core.h
index 0bcda0383ca376f1c263b8679a9babb776db00f0..b8267c5ae8407857ab37cfb03476fd876039149a 100644 (file)
@@ -24,6 +24,7 @@
 #include "runtime.h"
 #include "bootstrap.h"
 #include "launch.h"
+#include <xpc/private.h>
 
 typedef struct job_s *job_t;
 typedef struct jobmgr_s *jobmgr_t;
@@ -60,11 +61,7 @@ void job_ack_no_senders(job_t j);
 void job_log(job_t j, int pri, const char *msg, ...) __attribute__((format(printf, 3, 4)));
 void job_set_pid_crashed(pid_t p);
 
-#if TARGET_OS_EMBEDDED
-int launchd_set_jetsam_priorities(launch_data_t priorities);
-int launchd_update_jetsam_list(job_t j);
-#endif
-
 bool xpc_event_demux(mach_port_t p, xpc_object_t request, xpc_object_t *reply);
+bool xpc_process_demux(mach_port_t p, xpc_object_t request, xpc_object_t *reply);
 
 #endif /* __LAUNCHD_CORE_LOGIC__ */