Reference Guide C API www.spreadconcepts.com


C API
Replicated Hash Table
Version 2.0


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
  0 on success
  non-zero for error


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
  RHT reference guide


Copyright © 2004, Spread Concepts LLC, All rights reserved