projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Includes cleanups
[invirt/third/libt4.git]
/
lock_client.h
diff --git
a/lock_client.h
b/lock_client.h
index
5db2cbf
..
728fbf7
100644
(file)
--- a/
lock_client.h
+++ b/
lock_client.h
@@
-42,9
+42,10
@@
typedef map<lock_protocol::lockid_t, lock_state> lock_map;
// lock_revoke_server.
class lock_client {
private:
// lock_revoke_server.
class lock_client {
private:
- rpcc *cl;
+ unique_ptr<rpcc> cl;
+ unique_ptr<rpcs> rlsrpc;
thread releaser_thread;
thread releaser_thread;
- rsm_client *rsmc;
+ unique_ptr<rsm_client> rsmc;
lock_release_user *lu;
in_port_t rlock_port;
string hostname;
lock_release_user *lu;
in_port_t rlock_port;
string hostname;