latencytop (tcp.d) broken due to removal of NCA bug #83

Issue #102 resolved
Garrett D'Amore repo owner created an issue

Apparently NCA had the only actual instance of tcph_t, so the type is not defined for DTrace or mdb (no CTF data). It seems that gcc doesn't emit type data for variables that are not instantiated, and only NCA had an actual instance of the type.

Comments (1)

  1. Log in to comment