oops, need to be:

this->queuep = (queue_t *)((tcp_stack_t *)args[7)->tcps_g_q;

-Sam.


> After looking at the open Solaris source code for
> tcp_xmit_early_reset. You need to replace the
> following code:
> this->queuep = (queue_t *)`tcp_g_q; /* ` */
> 
> with this code:
> this->queuep = (queue_t *)((tcp_stack_t
> *)arg8)->tcps_g_q;
> 
> Seams to work for me.
> 
> -Sam.
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to