PERFORCE change 135403 for review

John Birrell jb at FreeBSD.org
Thu Feb 14 12:50:50 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135403

Change 135403 by jb at 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)


More information about the p4-projects mailing list