wrench::StorageServiceAckMessage

class StorageServiceAckMessage : public wrench::StorageServiceMessage

A message sent by a StorageService as an ack.

Public Functions

inline explicit StorageServiceAckMessage(std::shared_ptr<FileLocation> location, std::shared_ptr<FailureCause> fc = nullptr)

Constructor.

Parameters:
  • location – the file location

  • fc – the success status

Public Members

std::shared_ptr<FailureCause> failure_cause

The success status.

std::shared_ptr<FileLocation> location

The location.