0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd: Add main init for ircd::db.

This commit is contained in:
Jason Volk 2017-09-08 02:19:26 -07:00
parent 6eb54bb67a
commit 7baac31cc7

View file

@ -95,6 +95,7 @@ try
ctx::ole::init _ole_; // Thread OffLoad Engine
client::init _client_; // Client/Socket Networking
db::init _db_; // RocksDB
js::init _js_; // SpiderMonkey
module matrix