transparent -> prefab

This commit is contained in:
Tony Garnock-Jones 2011-12-15 13:00:37 -05:00
parent b15ce583e3
commit a601234fba
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
;; either a received UDP packet and the source of the packet, or a UDP
;; packet ready to be sent along with the address to which it should
;; be sent.
(struct udp-packet (body host port) #:transparent)
(struct udp-packet (body host port) #:prefab)
;; TODO: Should packet-classifier be permitted to examine (or possibly
;; even transform!) the ServerState?