Differences From Artifact [9ce5da2a1c]:
- File server.scm — part of check-in [e660d445be] at 2019-02-03 19:47:39 on branch v1.65-multi-db — Tore it all apart. Can Humpty be put back together again? (user: matt, size: 30299) [annotate] [blame] [check-ins using]
To Artifact [c1e7b430f1]:
- File server.scm — part of check-in [86a0fe717f] at 2019-02-03 23:13:46 on branch v1.65-multi-db — Added db init, cleaned up inter-module deps a little more. (user: matt, size: 30300) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | + | (declare (uses common)) (declare (uses db)) ;; Basic stuff for safely kicking off a server (declare (uses portlogger)) (import portlogger) (declare (uses nmsg-transport)) (import nmsg-transport) ;; Might want to bring the daemonizing back ;; (declare (uses daemon)) (include "common_records.scm") |
︙ |