]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/socketvar.h
xnu-792.6.22.tar.gz
[apple/xnu.git] / bsd / sys / socketvar.h
index f069bf4ac6179ea7c09756b33a06bc3dede696d6..a8db652c3f80a7d16e056675132a4c617c9d3b29 100644 (file)
@@ -206,7 +206,7 @@ struct socket {
        u_int32_t       so_filteruse; /* usecount for the socket filters */
        void    *reserved3;             /* Temporarily in use/debug: last socket lock LR */
        void    *reserved4;             /* Temporarily in use/debug: last socket unlock LR */
-
+       thread_t        so_send_filt_thread;
 #endif
 };
 #endif /* KERNEL_PRIVATE */