diff --git a/server/src/db.rs b/server/src/db.rs index ef1fff23b8..f77da05e58 100644 --- a/server/src/db.rs +++ b/server/src/db.rs @@ -303,6 +303,8 @@ pub struct Db { system_tables: Arc, /// Process clock used in establishing a partial ordering of operations via a Lamport Clock. + /// + /// Value is nanoseconds since the Unix Epoch. process_clock: Arc>, /// Number of iterations of the worker loop for this Db