Refactor storage file structure

Summary:
- Create types folder in storage/common
- Move locking and kvstore to storage/common
- Add storage/distributed/rpc folder

Reviewers: teon.banek, ipaljak, msantl

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1713
This commit is contained in:
Vinko Kasljevic
2018-11-06 18:15:55 +01:00
parent f923e7f7cb
commit 7ba8228c46
121 changed files with 223 additions and 216 deletions

View File

@@ -2,7 +2,7 @@
#include <gtest/gtest.h>
#include "query/frontend/semantic/required_privileges.hpp"
#include "storage/common/types.hpp"
#include "storage/common/types/types.hpp"
#include "query_common.hpp"