summaryrefslogtreecommitdiffstats
path: root/sync/syncable/syncable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/syncable/syncable.h')
-rw-r--r--sync/syncable/syncable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h
index b3ed4a8..0d0699f 100644
--- a/sync/syncable/syncable.h
+++ b/sync/syncable/syncable.h
@@ -199,6 +199,8 @@ enum {
};
enum BitTemp {
+ // Not to be confused with IS_UNSYNCED, this bit is used to detect local
+ // changes to items that happen during the server Commit operation.
SYNCING = BIT_TEMPS_BEGIN,
BIT_TEMPS_END,
};