Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2008 20:50:49 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135403 for review
Message-ID:  <200802142050.m1EKon2F032526@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135403

Change 135403 by jb@jb_freebsd1 on 2008/02/14 20:50:09

	Add a definition for printt() --- a function to print a 'type' based
	on a pointer to a thing of 'type' and an array dimension.

Affected files ...

.. //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#34 edit

Differences ...

==== //depot/projects/dtrace/src/sys/contrib/opensolaris/uts/common/sys/dtrace.h#34 (text) ====

@@ -408,6 +408,7 @@
 #define	DTRACEACT_PRINTA		4	/* printa() action */
 #define	DTRACEACT_LIBACT		5	/* library-controlled action */
 #define	DTRACEACT_PRINTM		6	/* printm() action */
+#define	DTRACEACT_PRINTT		7	/* printt() action */
 
 #define	DTRACEACT_PROC			0x0100
 #define	DTRACEACT_USTACK		(DTRACEACT_PROC + 1)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802142050.m1EKon2F032526>