]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/resource_monitors.h
xnu-7195.60.75.tar.gz
[apple/xnu.git] / osfmk / mach / resource_monitors.h
index a6bad0b6c1b07c8490c34870f50d15039f20a84f..f18900bce9047c46fe9a27d2f324a23b8dde3b0e 100644 (file)
@@ -47,7 +47,7 @@ typedef uint64_t resource_notify_flags_t;
 #define kRNFatalLimitFlag           (1ULL << 32)
 
 /* For the disk writes I/O monitor.
-   The default is logical writes.  */
*  The default is logical writes.  */
 #define kRNPhysicalWritesFlag       (1ULL < 1)
 
 /* TEMPORARY compatibility, to be removed */
@@ -65,8 +65,8 @@ typedef uint64_t resource_notify_flags_t;
  */
 #define MAXCOMLEN 16
 
-typedef char command_t[MAXCOMLEN+1];
-typedef char proc_name_t[2*MAXCOMLEN+1];
+typedef char command_t[MAXCOMLEN + 1];
+typedef char proc_name_t[2*MAXCOMLEN + 1];
 typedef char posix_path_t[PATH_MAX];
 
 __END_DECLS