CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
swissknife_lease_json.h
Go to the documentation of this file.
1 
5 #ifndef CVMFS_SWISSKNIFE_LEASE_JSON_H_
6 #define CVMFS_SWISSKNIFE_LEASE_JSON_H_
7 
9 
10 #include <string>
11 
12 enum LeaseReply {
16 };
17 
19  std::string* session_token);
20 LeaseReply ParseDropReply(const CurlBuffer& buffer);
21 
22 #endif // CVMFS_SWISSKNIFE_LEASE_JSON_H_
static LeaseReply ParseDropReply(const CurlBuffer &buffer, int llvl)
static LeaseReply ParseAcquireReply(const CurlBuffer &buffer, std::string *session_token, int llvl)