diff options
Diffstat (limited to 'common/dlm-protocol.h')
-rw-r--r-- | common/dlm-protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dlm-protocol.h b/common/dlm-protocol.h index 44785e5..c7e1327 100644 --- a/common/dlm-protocol.h +++ b/common/dlm-protocol.h @@ -29,4 +29,6 @@ struct dlm_client_request { bool receive_dlm_client_request(int socket, struct dlm_client_request *request); bool send_dlm_client_request(int socket, struct dlm_client_request *request); +int receive_lease_fd(int socket); +bool send_lease_fd(int socket, int lease); #endif |