Skip to content

Commit

Permalink
Merge pull request #114 from ivan4th/master
Browse files Browse the repository at this point in the history
Added TCP-SOCKET accessor for streamish conditions (compatibility fix).
  • Loading branch information
orthecreedence committed Dec 26, 2014
2 parents c2cde82 + cf595e0 commit e0f738c
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 e0f738c

Please sign in to comment.