Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
af82d064
Commit
af82d064
authored
Apr 25, 2016
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1926 from hitstergtd/codespell-fixes
Problem: typos and trailing whitespace in code/comments
parents
7b9005a7
b2d0ab18
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
3 additions
and
3 deletions
+3
-3
zmq.h
include/zmq.h
+1
-1
client.hpp
src/client.hpp
+0
-0
config.hpp
src/config.hpp
+0
-0
dist.cpp
src/dist.cpp
+0
-0
encoder.hpp
src/encoder.hpp
+0
-0
err.cpp
src/err.cpp
+0
-0
err.hpp
src/err.hpp
+0
-0
i_poll_events.hpp
src/i_poll_events.hpp
+0
-0
ipc_connecter.cpp
src/ipc_connecter.cpp
+0
-0
lb.cpp
src/lb.cpp
+0
-0
mailbox_safe.cpp
src/mailbox_safe.cpp
+0
-0
mailbox_safe.hpp
src/mailbox_safe.hpp
+0
-0
object.cpp
src/object.cpp
+0
-0
own.cpp
src/own.cpp
+0
-0
pgm_receiver.cpp
src/pgm_receiver.cpp
+0
-0
pgm_receiver.hpp
src/pgm_receiver.hpp
+0
-0
pgm_sender.hpp
src/pgm_sender.hpp
+0
-0
pgm_socket.hpp
src/pgm_socket.hpp
+0
-0
pipe.hpp
src/pipe.hpp
+0
-0
router.cpp
src/router.cpp
+0
-0
router.hpp
src/router.hpp
+0
-0
select.cpp
src/select.cpp
+2
-2
No files found.
include/zmq.h
View file @
af82d064
...
...
@@ -440,7 +440,7 @@ typedef struct zmq_pollitem_t
ZMQ_EXPORT
int
zmq_poll
(
zmq_pollitem_t
*
items
,
int
nitems
,
long
timeout
);
/******************************************************************************/
/* Poller polling on sockets,fd and threa
f
safe sockets */
/* Poller polling on sockets,fd and threa
d-
safe sockets */
/******************************************************************************/
#define ZMQ_HAVE_POLLER
...
...
src/client.hpp
View file @
af82d064
src/config.hpp
View file @
af82d064
src/dist.cpp
View file @
af82d064
src/encoder.hpp
View file @
af82d064
src/err.cpp
View file @
af82d064
src/err.hpp
View file @
af82d064
src/i_poll_events.hpp
View file @
af82d064
src/ipc_connecter.cpp
View file @
af82d064
src/lb.cpp
View file @
af82d064
src/mailbox_safe.cpp
View file @
af82d064
src/mailbox_safe.hpp
View file @
af82d064
src/object.cpp
View file @
af82d064
src/own.cpp
View file @
af82d064
src/pgm_receiver.cpp
View file @
af82d064
src/pgm_receiver.hpp
View file @
af82d064
src/pgm_sender.hpp
View file @
af82d064
src/pgm_socket.hpp
View file @
af82d064
src/pipe.hpp
View file @
af82d064
src/router.cpp
View file @
af82d064
src/router.hpp
View file @
af82d064
src/select.cpp
View file @
af82d064
...
...
@@ -104,8 +104,8 @@ void zmq::select_t::rm_fd (handle_t handle_)
if
(
family_entry_it
!=
current_family_entry_it
)
{
// Family is not currently being iterated and can be safely
// modified in
palce. So later it can be skipped withour re-verifying
// its content.
// modified in
-place. So later it can be skipped without
//
re-verifying
its content.
fd_entries_t
::
iterator
fd_entry_it
;
for
(
fd_entry_it
=
family_entry
.
fd_entries
.
begin
();
fd_entry_it
!=
family_entry
.
fd_entries
.
end
();
++
fd_entry_it
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment