]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/lockf.h
xnu-4570.41.2.tar.gz
[apple/xnu.git] / bsd / sys / lockf.h
index c12abebf00612ce0cd6f03ac7b83a08111fb9645..e20bf87335bbd6b2c3222a4ea9bcdf388de6eef4 100644 (file)
@@ -102,7 +102,8 @@ struct lockf {
        TAILQ_ENTRY(lockf) lf_block;/* A request waiting for a lock */
 #if IMPORTANCE_INHERITANCE
        int     lf_boosted;         /* Is the owner of the lock boosted */
-#endif /* IMPORTANCE_INHERITANCE */
+#endif
+       struct proc *lf_owner;      /* The proc that did the SETLK, if known */
 };
 
 #pragma pack()