If that's the only thing that's causing this problem then it shouldn't be too 
impossible to fix, as I think there's only one instance of tcp_g_q in the 
tcptop script (line 284):

r...@solarisunix:/opt/DTT/Bin# cat -n tcptop | grep tcp_g_q

   284          this->queuep = (queue_t *)`tcp_g_q; /* ` */


and there is another reference to tcp_g_q, in (I think) line 303 of tcpsnoop:

r...@solarisunix:/opt/DTT/Bin# cat -n tcpsnoop | grep tcp_g_q

   303          this->queuep = (queue_t *)`tcp_g_q; /* ` */

r...@solarisunix:/opt/DTT/Bin#
-- 
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to