mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

This adds an EtcdIndex field to store.Event and uses that as the header instead of the node's modifiedIndex. To facilitate this in a non-racy way, we set the EtcdIndex while holding the lock.