1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00

Attach link manager (Meyer) to the server

This commit is contained in:
Tristan B. Kildaire 2021-01-29 17:09:15 +02:00
parent 0bf6e70214
commit ff914cf6b5

View File

@ -77,6 +77,7 @@ void main(string[] args)
DMeyer meyer = new DMeyer(dserver, serverLinks); DMeyer meyer = new DMeyer(dserver, serverLinks);
/* Attach the Meyer to the server */ /* Attach the Meyer to the server */
dserver.attachLinkManager(meyer);