]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/fslog.h
xnu-1699.26.8.tar.gz
[apple/xnu.git] / bsd / sys / fslog.h
index c1bee8c6403139660b400a7d22b3e68778e02348..1266f30759bf552b8159d703270d93d87347b936 100644 (file)
@@ -87,6 +87,14 @@ void fslog_fs_corrupt(struct mount *mnt);
 void fslog_io_error(const buf_t bp);
 
 #endif /* BSD_KERNEL_PRIVATE */
+
+#ifdef XNU_KERNEL_PRIVATE
+
+/* Log information about external modification of a target process */
+void fslog_extmod_msgtracer(proc_t caller, proc_t target);
+
+#endif /* XNU_KERNEL_PRIVATE */
+
 #endif /* KERNEL */
 
 /* Keys used by FSLog */