CernVM-FS
2.12.0
|
#include <session_context.h>
Public Attributes | |
const std::string * | json_message |
ObjectPackProducer * | pack_serializer |
size_t | index |
Definition at line 22 of file session_context.h.
size_t upload::CurlSendPayload::index |
Definition at line 25 of file session_context.h.
Referenced by upload::SessionContext::DoUpload(), and upload::SendCB().
const std::string* upload::CurlSendPayload::json_message |
Definition at line 23 of file session_context.h.
Referenced by upload::SessionContext::DoUpload(), and upload::SendCB().
ObjectPackProducer* upload::CurlSendPayload::pack_serializer |
Definition at line 24 of file session_context.h.
Referenced by upload::SessionContext::DoUpload(), and upload::SendCB().