On Fri, Mar 6, 2009 at 5:00 AM, kaushik p <kaushiksjce at gmail.com> wrote:
> hey
>
> do we have any possibility of including a data structure in dtrace??
> it would be advantageous and can act like a buffer

You can; you could also include header provided there are only
structure definitions. Another approach is to declare a simplified
representation of a data structure you need and use translators
to convert.

For some existing translators
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common

Think of D as (C+awk)/2 without any looping constructs.

cheers
Binu

> _______________________________________________
> ug-bosug mailing list
> List-Unsubscribe: mailto:ug-bosug-unsubscribe at opensolaris.org
> List-Owner: mailto:ug-bosug-owner at opensolaris.org
> List-Archives: http://www.opensolaris.org/jive/forum.jspa?forumID=54
>

Reply via email to