Differences From Artifact [0f5a1f5c03]:
- File client.scm — part of check-in [5c4f0f8019] at 2021-02-09 22:41:00 on branch v1.6569-multi-db — Fixed (maybe) initialization of remote struct (user: matt, size: 6405) [annotate] [blame] [check-ins using]
To Artifact [340e19da02]:
- File client.scm (unpublished)— part of check-in [69dd64de99] at 2021-02-12 08:35:31 on branch v1.6569-multi-db-wip — wip (user: matt, size: 6444) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | + + + | (declare (uses common)) (declare (uses db)) (declare (uses tasks)) ;; tasks are where stuff is maintained about what is running. (declare (uses commonmod)) (import commonmod) (declare (uses dbmod)) (import dbmod) (include "common_records.scm") (include "db_records.scm") ;; client:get-signature (define (client:get-signature) (if *my-client-signature* *my-client-signature* |
︙ |