Add option to only update the metric dependent data
This commit is contained in:
committed by
Patrick Niklaus
parent
fea07f343b
commit
a915542916
@@ -45,7 +45,7 @@ class Storage
|
||||
public:
|
||||
Storage(StorageConfig config);
|
||||
|
||||
int Run(int max_wait, const std::string &name);
|
||||
int Run(int max_wait, const std::string &name, bool only_metric);
|
||||
|
||||
void PopulateStaticLayout(DataLayout &layout);
|
||||
void PopulateUpdatableLayout(DataLayout &layout);
|
||||
|
||||
Reference in New Issue
Block a user