Differences From Artifact [dd887f94ec]:
- File oldsrc/rpc-transport.scm — part of check-in [082ff62d80] at 2019-10-24 23:28:39 on branch v1.65-wip — wip (user: matt, size: 9890) [annotate] [blame] [check-ins using] [more...]
- File rpc-transport.scm — part of check-in [14e9c3fb65] at 2018-02-16 10:51:55 on branch v1.65-license-update — Update license blurbs (user: mrwellan, size: 9890) [annotate] [blame] [check-ins using]
To Artifact [ff050cf9d6]:
- File rpc-transport.scm — part of check-in [95af9088f1] at 2018-12-27 13:50:50 on branch v2.01-local-mtfiles — moved modules dependencies into modules.scm which is included by common_records.scm; removed converted modules (mtconfigf, margs, mtdebug) from individual scm files (user: bjbarcla, size: 9926) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | (declare (unit rpc-transport)) (declare (uses common)) (declare (uses db)) (declare (uses tests)) (declare (uses tasks)) ;; tasks are where stuff is maintained about what is running. |
︙ |