]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/sys_domain.h
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / sys / sys_domain.h
index 013959c8af0027527d642af5421a9e817c99e570..981d9f10784653295dacda55a4a5650e66ae35b3 100644 (file)
@@ -96,8 +96,9 @@ struct ctl_cb {
        lck_mtx_t                               *mtx;
        struct socket                   *so;                                    /* controlling socket */
        struct kctl                             *kctl;                                  /* back pointer to controller */
-       u_int32_t                               unit;
        void                                    *userdata;
+       u_int32_t                               unit;
+       u_int32_t                               usecount;
 };