summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/capture/capture.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-12-24 16:42:23 +1100
committerChris Johns <chrisj@rtems.org>2013-12-24 16:46:19 +1100
commit9f9c0bbf47999120aab4e12d1ec22b28b7cf947d (patch)
tree20a47b6af579f6d7e995cf45e87b9e6ae8729254 /cpukit/libmisc/capture/capture.h
parentcpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API. (diff)
downloadrtems-9f9c0bbf47999120aab4e12d1ec22b28b7cf947d.tar.bz2
cpukit/capture: Use the new RTEMS API to get the uptime in nanoseconds.
Use the new API to get the uptime in nanoseconds and update the capture engine.
Diffstat (limited to 'cpukit/libmisc/capture/capture.h')
-rw-r--r--cpukit/libmisc/capture/capture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/libmisc/capture/capture.h
index e990286965..c9cebc919e 100644
--- a/cpukit/libmisc/capture/capture.h
+++ b/cpukit/libmisc/capture/capture.h
@@ -51,7 +51,7 @@ extern "C" {
*
* A capture timestamp.
*/
-typedef Timestamp_Control rtems_capture_time_t;
+typedef uint64_t rtems_capture_time_t;
/**
* rtems_capture_from_t