projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Simplifications and clean-ups
[invirt/third/libt4.git]
/
lock_server.h
diff --git
a/lock_server.h
b/lock_server.h
index
1f30f87
..
da8b788
100644
(file)
--- a/
lock_server.h
+++ b/
lock_server.h
@@
-22,8
+22,6
@@
public:
MEMBERS(held, held_by, wanted_by)
};
-MARSHALLABLE_STRUCT(lock_state)
-
typedef map<lock_protocol::lockid_t, lock_state> lock_map;
class lock_server : private rsm_state_transfer {