db: add database::stop()

Required by distributed<>'s contract.
This commit is contained in:
Avi Kivity
2015-02-19 15:34:05 +02:00
parent 8f9f794a73
commit e8096ff2bb

View File

@@ -228,7 +228,7 @@ public:
std::unordered_map<sstring, keyspace> keyspaces;
static future<database> populate(sstring datadir);
keyspace* find_keyspace(const sstring& name);
future<> stop() { return make_ready_future<>(); }
};
#endif /* DATABASE_HH_ */