CernVM-FS
2.12.0
|
#include "swissknife_lease_json.h"
#include "json.h"
#include "json_document.h"
#include "util/pointer.h"
#include "util/logging.h"
Go to the source code of this file.
Functions | |
LeaseReply | ParseAcquireReply (const CurlBuffer &buffer, std::string *session_token) |
LeaseReply | ParseDropReply (const CurlBuffer &buffer) |
LeaseReply ParseAcquireReply | ( | const CurlBuffer & | buffer, |
std::string * | session_token | ||
) |
This file is part of the CernVM File System.
Definition at line 13 of file swissknife_lease_json.cc.
LeaseReply ParseDropReply | ( | const CurlBuffer & | buffer | ) |