Skip to content
Snippets Groups Projects
Commit db1382b9 authored by Eric Cano's avatar Eric Cano
Browse files

Started to move a production implementation of the object store.

The context handle concept is being dropped, with scoped lock objects in place.
The VFS backent store now compiles.
Added missing file.
parent 4d1fdc35
No related branches found
No related tags found
No related merge requests found
#include "BackendVFS.hpp"
#include <iostream>
#include <memory>
int main() {
cta::objectstore::BackendVFS bs;
std::auto_ptr<cta::objectstore::Backend::Parameters> params(bs.getParams());
std::cout << "Created a new backend store: " << params->toStr() << std::endl;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment