StorageServiceProperty.h
1 
11 #ifndef WRENCH_STORAGESERVICEPROPERTY_H
12 #define WRENCH_STORAGESERVICEPROPERTY_H
13 
14 #include "wrench/services/ServiceProperty.h"
15 
16 
17 namespace wrench {
18 
23 
24  public:
25 
33  DECLARE_PROPERTY_NAME(BUFFER_SIZE);
34  };
35 
36 };
37 
38 
39 #endif //WRENCH_STORAGESERVICEPROPERTY_H
Configurable properties for a Service.
Definition: ServiceProperty.h:25
Configurable properties for a StorageService.
Definition: StorageServiceProperty.h:22
static const std::string BUFFER_SIZE
Buffer size used when copying/communicating data:
Definition: StorageServiceProperty.h:33
Definition: Alarm.cpp:19