Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
[add-pollitem-sock-accessor] Renaming poll-item-sock to `poll-item-…
Browse files Browse the repository at this point in the history
…socket`
  • Loading branch information
sshirokov committed Feb 1, 2012
1 parent 045adfe commit 304255d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packages.lisp
Expand Up @@ -19,7 +19,7 @@

:send :recv
:with-poll-items
:poll-item-sock
:poll-item-socket
:poll-items-aref :do-poll-items :poll-item-events-signaled-p
:poll

Expand Down
2 changes: 1 addition & 1 deletion src/zmq.lisp
Expand Up @@ -388,7 +388,7 @@ ITEMS."
(/= (logand (foreign-slot-value poll-item 'pollitem 'revents)
(foreign-bitfield-value 'event-types events)) 0))

(defun poll-item-sock (poll-item)
(defun poll-item-socket (poll-item)
"Return the `socket' of the given `poll-item'"
(foreign-slot-value poll-item 'pollitem 'socket))

Expand Down

0 comments on commit 304255d

Please sign in to comment.