rht_stamp
| |
typedef struct {
rht_name m_Owner;
su_uint64 m_LTS;
su_uint64 m_AbsTS;
} rht_stamp; |
|
Members
| |
m_Owner |
replicant at which the associated
event occurred |
| |
m_LTS |
local, logical (Lamport) time stamp
of the event at m_Owner of when the event was created |
| |
m_AbsTS |
local, absolute, wall-clock,
time stamp (in nanoseconds) of the event at m_Owner at
creation |
|
Return Values
|
Description
| |
Structure that represents a time stamp of
a update. |
|
Requirements
| |
Header: Declared in rht.h
Library: Use rht.lib
Version: 2.0 |
|
Also See
|