Lots of clean-ups and simplifications
[invirt/third/libt4.git] / lock_server_cache_rsm.h
index 4a33361..a765e52 100644 (file)
@@ -23,6 +23,7 @@ typedef pair<callback, lock_protocol::xid_t> holder;
 class lock_state {
 public:
     lock_state();
+    lock_state(const lock_state &other);
     bool held;
     holder held_by;
     list<holder> wanted_by;