Megatest

Diff
Login

Differences From Artifact [cfb1e9f3ec]:

To Artifact [da91b5b025]:


38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
	posix
	data-structures
	srfi-18
	typed-records

	artifacts
	servermod
	debugprint
	)

(defstruct con ;; client connection
  (hdir       #f) ;; this is the directory sdir/serverhost.serverpid
  (sdir       #f)
  (obj-to-str #f)
  (str-to-obj #f)







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
	posix
	data-structures
	srfi-18
	typed-records

	artifacts
	servermod
	;; debugprint
	)

(defstruct con ;; client connection
  (hdir       #f) ;; this is the directory sdir/serverhost.serverpid
  (sdir       #f)
  (obj-to-str #f)
  (str-to-obj #f)