mirror of
https://github.com/matrix-construct/construct
synced 2024-12-29 08:54:02 +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
|
||||
net::init _net_; // Networking
|
||||
client::init _client_; // Client related
|
||||
server::init _server_; // Server related
|
||||
db::init _db_; // RocksDB
|
||||
js::init _js_; // SpiderMonkey
|
||||
m::init _matrix_; // Matrix
|
||||
|
|
Loading…
Reference in a new issue