Allow probing of the filesystem capabilities.

This commit is contained in:
David Given
2022-09-04 20:42:51 +02:00
parent eb55fe1fe3
commit 6c0bb3781a
9 changed files with 79 additions and 13 deletions

View File

@@ -36,6 +36,12 @@ public:
{
}
uint32_t capabilities() const
{
return OP_GETFSDATA | OP_CREATE | OP_LIST | OP_GETFILE | OP_PUTFILE |
OP_GETDIRENT;
}
std::map<std::string, std::string> getMetadata() override
{
mount();