mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd: Main init for server.
This commit is contained in:
parent
6f392049ba
commit
8869b1577c
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ try
|
||||||
openssl::init _ossl_; // openssl crypto
|
openssl::init _ossl_; // openssl crypto
|
||||||
net::init _net_; // Networking
|
net::init _net_; // Networking
|
||||||
client::init _client_; // Client related
|
client::init _client_; // Client related
|
||||||
|
server::init _server_; // Server related
|
||||||
db::init _db_; // RocksDB
|
db::init _db_; // RocksDB
|
||||||
js::init _js_; // SpiderMonkey
|
js::init _js_; // SpiderMonkey
|
||||||
m::init _matrix_; // Matrix
|
m::init _matrix_; // Matrix
|
||||||
|
|
Loading…
Reference in a new issue