X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=common%2Fdlm-protocol.h;h=c7e1327bd78a7ce1e265e6442b0122dd32647ea0;hb=165bb55a61361306ded5b35aace4f660f99714be;hp=44785e5ce6d9efbe987b863b23864088d4720a56;hpb=abb27e7774e3cd12bd3cfe3d4858bbe590e59be0;p=src%2Fdrm-lease-manager.git 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