![]() |
CernVM-FS
2.13.0
|
Go to the source code of this file.
Enumerations | |
enum | LeaseReply { kLeaseReplySuccess, kLeaseReplyBusy, kLeaseReplyFailure } |
Functions | |
LeaseReply | ParseAcquireReply (const CurlBuffer &buffer, std::string *session_token) |
LeaseReply | ParseAcquireReplyWithRevision (const CurlBuffer &buffer, std::string *session_token, uint64_t *current_revision, std::string ¤t_root_hash) |
LeaseReply | ParseDropReply (const CurlBuffer &buffer) |
enum LeaseReply |
This file is part of the CernVM File System.
Enumerator | |
---|---|
kLeaseReplySuccess | |
kLeaseReplyBusy | |
kLeaseReplyFailure |
Definition at line 13 of file swissknife_lease_json.h.
LeaseReply ParseAcquireReply | ( | const CurlBuffer & | buffer, |
std::string * | session_token | ||
) |
LeaseReply ParseAcquireReplyWithRevision | ( | const CurlBuffer & | buffer, |
std::string * | session_token, | ||
uint64_t * | current_revision, | ||
std::string & | current_root_hash | ||
) |
This file is part of the CernVM File System.
Definition at line 13 of file swissknife_lease_json.cc.
Referenced by acquire_lease().
LeaseReply ParseDropReply | ( | const CurlBuffer & | buffer | ) |