Skip to content

Commit

Permalink
Added TCP-SOCKET accessor for streamish conditions (compatibility fix).
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Dec 26, 2014
1 parent c2cde82 commit cf595e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion streamish.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
;; initarg :socket is added compatibility
((streamish :initarg :streamish
:initarg :socket
:accessor streamish :initform nil))
:accessor streamish
:accessor tcp-socket ;; compatibility
:initform nil))
(:report (lambda (c s)
(print-unreadable-object (c s :type t :identity t)
(format s "~a" (streamish c)))))
Expand Down

0 comments on commit cf595e0

Please sign in to comment.