diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-18 06:55:28 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-18 06:55:28 +0000 |
commit | ef5909be4986d4336ab9441e7c0da301fa13bf0a (patch) | |
tree | 09573bdd69d39a1c1c09d45888fefed93df1a85d /ace/Timeprobe.h | |
parent | cf88944b75262f76b39c730152afc95d6f0d78b0 (diff) | |
download | ATCD-Timeprobes.tar.gz |
*** empty log message ***Timeprobes
Diffstat (limited to 'ace/Timeprobe.h')
-rw-r--r-- | ace/Timeprobe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timeprobe.h b/ace/Timeprobe.h index aa4729d1d16..72123a093d2 100644 --- a/ace/Timeprobe.h +++ b/ace/Timeprobe.h @@ -94,7 +94,7 @@ protected: event_type event_type_; // Event type - ACE_Time_Value time_; + ACE_hrtime_t time_; // Timestamp ACE_thread_t thread_; |