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
e33e4d76
Commit
e33e4d76
authored
Oct 15, 2010
by
Mikko Koppanen
Committed by
Martin Sustrik
Oct 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ICC related qualifier fix
Signed-off-by:
Mikko Koppanen
<
mkoppanen@php.net
>
parent
03a18c27
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
AUTHORS
AUTHORS
+1
-0
pipe.hpp
src/pipe.hpp
+2
-2
No files found.
AUTHORS
View file @
e33e4d76
...
...
@@ -32,6 +32,7 @@ Matus Hamorsky <mhamorsky@gmail.com>
Max Wolf <YIDIEPXGXGPN@spammotel.com>
McClain Looney <m@loonsoft.com>
Mikael Helbo Kjaer <mhk@designtech.dk>
Mikko Koppanen <mkoppanen@php.net>
Nir Soffer <nirsof@gmail.com>
Pavel Gushcha <pavimus@gmail.com>
Pavol Malosek <malosek@fastmq.com>
...
...
src/pipe.hpp
View file @
e33e4d76
...
...
@@ -57,7 +57,7 @@ namespace zmq
class
reader_t
:
public
object_t
,
public
array_item_t
{
friend
void
zmq
::
create_pipe
(
object_t
*
,
object_t
*
,
uint64_t
,
friend
void
create_pipe
(
object_t
*
,
object_t
*
,
uint64_t
,
int64_t
,
reader_t
**
,
writer_t
**
);
friend
class
writer_t
;
...
...
@@ -126,7 +126,7 @@ namespace zmq
class
writer_t
:
public
object_t
,
public
array_item_t
{
friend
void
zmq
::
create_pipe
(
object_t
*
,
object_t
*
,
uint64_t
,
friend
void
create_pipe
(
object_t
*
,
object_t
*
,
uint64_t
,
int64_t
,
reader_t
**
,
writer_t
**
);
public
:
...
...
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