Add record discloser for FDPORT-DATA.
This commit is contained in:
parent
12ced00589
commit
a7517a3f05
|
@ -6,6 +6,11 @@
|
||||||
channel
|
channel
|
||||||
revealed)
|
revealed)
|
||||||
|
|
||||||
|
(define-record-discloser type/fdport-data
|
||||||
|
(lambda (r)
|
||||||
|
(list 'fdport-data
|
||||||
|
(fdport-data:channel r) (fdport-data:revealed r))))
|
||||||
|
|
||||||
; This stuff is _weak_.
|
; This stuff is _weak_.
|
||||||
; Vector of weak pointers mapping fd -> fdport.
|
; Vector of weak pointers mapping fd -> fdport.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue