projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Lots of clean-ups and simplifications
[invirt/third/libt4.git]
/
lock_server_cache_rsm.h
diff --git
a/lock_server_cache_rsm.h
b/lock_server_cache_rsm.h
index
4a33361
..
a765e52
100644
(file)
--- a/
lock_server_cache_rsm.h
+++ b/
lock_server_cache_rsm.h
@@
-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;