PERFORCE change 98704 for review

John Birrell jb at FreeBSD.org
Wed Jun 7 00:25:53 UTC 2006


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

Change 98704 by jb at jb_freebsd2 on 2006/06/06 23:22:36

	Add the prototype for DTrace's high resolution wallclock time
	function.

Affected files ...

.. //depot/projects/dtrace/src/sys/sys/time.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/sys/sys/time.h#5 (text+ko) ====

@@ -305,6 +305,7 @@
 void	timevalsub(struct timeval *t1, const struct timeval *t2);
 int	tvtohz(struct timeval *tv);
 uint64_t	dtrace_gethrtime(void);
+uint64_t	dtrace_gethrestime(void);
 #else /* !_KERNEL */
 #include <time.h>
 


More information about the p4-projects mailing list