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)

Constructor.

Parameters:

location – the file location

Public Members

std::shared_ptr<FileLocation> location

The location.