Make rsrv register itself using a DBD file

This allows the rsrv to be excluded by removing 'include rsrv.dbd'
from a local copy of the base.dbd file.
Server initialization, running and pausing are moved to new
methods of the dbServer object, and the existing registration
path is converted to just use the new rsrv.dbd file.
This commit is contained in:
Andrew Johnson
2017-06-06 23:18:55 -04:00
parent d47b1a1854
commit 2d1d14e4b4
11 changed files with 75 additions and 65 deletions
+2
View File
@@ -26,3 +26,5 @@ include "asSub.dbd"
# IOC Core variables
include "dbCore.dbd"
# RSRV server
include "rsrv.dbd"