From 87f45e73df3e37fbb631bcb14871c621ee77489b Mon Sep 17 00:00:00 2001 From: "Damien F. Katz" Date: Fri, 9 Jan 2009 22:20:48 +0000 Subject: Added support so clients can detect if a server has potentially lost commits after multiple updates, like during bulk imports and so the replicator can detect lost commits on remote replications. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733174 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_db.hrl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/couchdb/couch_db.hrl') diff --git a/src/couchdb/couch_db.hrl b/src/couchdb/couch_db.hrl index 830f2f9a..238025a2 100644 --- a/src/couchdb/couch_db.hrl +++ b/src/couchdb/couch_db.hrl @@ -120,6 +120,7 @@ {main_pid=nil, update_pid=nil, compactor_pid=nil, + instance_start_time, % number of microsecs since jan 1 1970 as a binary string fd, header = #db_header{}, summary_stream, -- cgit v1.2.3