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
541ca30d
Commit
541ca30d
authored
Mar 05, 2018
by
Luca Boccassi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: make clang-format still shows error in the CI
Solution: run make clang-format-diff and commit the changes.
parent
4ea1e78d
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
generic_mtrie_impl.hpp
src/generic_mtrie_impl.hpp
+1
-1
ip.cpp
src/ip.cpp
+0
-0
socket_base.cpp
src/socket_base.cpp
+0
-0
tcp_connecter.cpp
src/tcp_connecter.cpp
+0
-0
zmq.cpp
src/zmq.cpp
+1
-1
No files found.
src/generic_mtrie_impl.hpp
View file @
541ca30d
...
...
@@ -167,7 +167,7 @@ void zmq::generic_mtrie_t<T>::rm (value_t *pipe_,
template
<
typename
T
>
template
<
typename
Arg
>
void
zmq
::
generic_mtrie_t
<
T
>::
rm_helper
(
value_t
*
pipe_
,
void
zmq
::
generic_mtrie_t
<
T
>::
rm_helper
(
value_t
*
pipe_
,
unsigned
char
**
buff_
,
size_t
buffsize_
,
size_t
maxbuffsize_
,
...
...
src/ip.cpp
View file @
541ca30d
src/socket_base.cpp
View file @
541ca30d
src/tcp_connecter.cpp
View file @
541ca30d
src/zmq.cpp
View file @
541ca30d
...
...
@@ -682,7 +682,7 @@ const char *zmq_msg_gets (const zmq_msg_t *msg_, const char *property_)
}
}
// Polling.
// Polling.
#if defined ZMQ_HAVE_POLLER
inline
int
zmq_poller_poll
(
zmq_pollitem_t
*
items_
,
int
nitems_
,
long
timeout_
)
...
...
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