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
5da289cd
Commit
5da289cd
authored
Jun 08, 2012
by
Ian Barber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code formatting, and clean up so that xhiccuped is only handled in case the pipe isn't terminating
parent
0bf1d026
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
socket_base.cpp
src/socket_base.cpp
+4
-5
No files found.
src/socket_base.cpp
View file @
5da289cd
...
...
@@ -970,12 +970,11 @@ void zmq::socket_base_t::write_activated (pipe_t *pipe_)
void
zmq
::
socket_base_t
::
hiccuped
(
pipe_t
*
pipe_
)
{
if
(
options
.
delay_attach_on_connect
==
1
)
{
if
(
options
.
delay_attach_on_connect
==
1
)
pipe_
->
terminate
(
false
);
}
// Notify derived sockets of the hiccup
xhiccuped
(
pipe_
);
else
// Notify derived sockets of the hiccup
xhiccuped
(
pipe_
);
}
void
zmq
::
socket_base_t
::
terminated
(
pipe_t
*
pipe_
)
...
...
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