diff options
Diffstat (limited to 'usr/src/uts/common/sys/strsubr.h')
-rw-r--r-- | usr/src/uts/common/sys/strsubr.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/strsubr.h b/usr/src/uts/common/sys/strsubr.h index 41c1fdf0b3..6be0519425 100644 --- a/usr/src/uts/common/sys/strsubr.h +++ b/usr/src/uts/common/sys/strsubr.h @@ -46,7 +46,6 @@ #include <sys/proc.h> #include <sys/netstack.h> #include <sys/modhash.h> -#include <sys/sodirect.h> #ifdef __cplusplus extern "C" { @@ -95,8 +94,9 @@ extern "C" { * sd_mark * sd_closetime * sd_wakeq + * sd_uiordq + * sd_uiowrq * sd_maxblk - * sd_sodirect * * The following fields are modified only by the allocator, which * has exclusive access to them at that time: @@ -244,10 +244,6 @@ typedef struct stdata { kcondvar_t sd_zcopy_wait; uint_t sd_copyflag; /* copy-related flags */ zoneid_t sd_anchorzone; /* Allow removal from same zone only */ - /* - * Support for socket direct. - */ - sodirect_t *sd_sodirect; /* pointer to shared sodirect_t */ } stdata_t; /* |