X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/c279db4240a3a3c30f069ab9dea8055cf94280da..5224670fe4e903bd507eabd486f8723353893bfa:/lock_client.h diff --git a/lock_client.h b/lock_client.h index 7a4d43f..9e449f4 100644 --- a/lock_client.h +++ b/lock_client.h @@ -43,7 +43,6 @@ typedef std::map lock_map; // lock_revoke_server. class lock_client { private: - unique_ptr cl; unique_ptr rlsrpc; thread releaser_thread; unique_ptr rsmc; @@ -62,7 +61,6 @@ class lock_client { ~lock_client(); lock_protocol::status acquire(lock_protocol::lockid_t); lock_protocol::status release(lock_protocol::lockid_t); - int stat(lock_protocol::lockid_t); void releaser(); rlock_protocol::status revoke_handler(int &, lock_protocol::lockid_t, lock_protocol::xid_t); rlock_protocol::status retry_handler(int &, lock_protocol::lockid_t, lock_protocol::xid_t); @@ -93,7 +91,6 @@ t4_lock_client *t4_lock_client_new(const char *dst); void t4_lock_client_delete(t4_lock_client *); t4_status t4_lock_client_acquire(t4_lock_client *, t4_lockid_t); t4_status t4_lock_client_release(t4_lock_client *, t4_lockid_t); -t4_status t4_lock_client_stat(t4_lock_client *, t4_lockid_t); #ifdef __cplusplus }