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
436cad37
Commit
436cad37
authored
Aug 20, 2013
by
Ian Barber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix type on HWM
parent
a9baa051
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pipe.cpp
src/pipe.cpp
+1
-1
No files found.
src/pipe.cpp
View file @
436cad37
...
...
@@ -50,7 +50,7 @@ int zmq::pipepair (class object_t *parents_ [2], class pipe_t* pipes_ [2],
alloc_assert
(
upipe2
);
pipes_
[
0
]
=
new
(
std
::
nothrow
)
pipe_t
(
parents_
[
0
],
upipe1
,
upipe2
,
hwms_
[
1
],
hwms_
,
conflate_
[
0
]);
hwms_
[
1
],
hwms_
[
0
]
,
conflate_
[
0
]);
alloc_assert
(
pipes_
[
0
]);
pipes_
[
1
]
=
new
(
std
::
nothrow
)
pipe_t
(
parents_
[
1
],
upipe2
,
upipe1
,
hwms_
[
0
],
hwms_
[
1
],
conflate_
[
1
]);
...
...
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