Commit b3fbe011 authored by Martin Lucina's avatar Martin Lucina

Merge branch 'master' of github.com:zeromq/libzmq

parents adc07128 dcb1d558
This diff is collapsed.
LIBZMQ_DIST = libzmq/libzmq.vcproj platform.hpp msvc.sln LIBZMQ_DIST = libzmq/libzmq.vcproj libzmq/libzmq.vcxproj \
libzmq/libzmq.vcxproj.filters \
DEVICES_DIST = zmq_queue/zmq_queue.vcproj \ platform.hpp msvc.sln msvc10.sln
zmq_streamer/zmq_streamer.vcproj \
zmq_forwarder/zmq_forwarder.vcproj
PERF_DIST = c_local_thr/c_local_thr.vcproj \ PERF_DIST = c_local_thr/c_local_thr.vcproj \
c_local_thr/c_local_thr.vcxproj \
c_remote_thr/c_remote_thr.vcproj \ c_remote_thr/c_remote_thr.vcproj \
c_remote_thr/c_remote_thr.vcxproj \
c_local_lat/c_local_lat.vcproj \ c_local_lat/c_local_lat.vcproj \
c_local_lat/c_local_lat.vcxproj \
c_remote_lat/c_remote_lat.vcproj \ c_remote_lat/c_remote_lat.vcproj \
c_remote_lat/c_remote_lat.vcxproj \
inproc_lat/inproc_lat.vcproj \ inproc_lat/inproc_lat.vcproj \
inproc_thr/inproc_thr.vcproj inproc_lat/inproc_lat.vcxproj \
inproc_thr/inproc_thr.vcproj \
inproc_thr/inproc_thr.vcxproj
PROPERTIES_DIST = properties/Common.props \
properties/Debug.props \
properties/Dynamic.props \
properties/Executable.props \
properties/Precompiled.props \
properties/Release.props \
properties/Win32.props \
properties/Win32_Release.props \
properties/WithOpenPGM.props \
properties/x64.props \
properties/ZeroMQ.props
PRECOMPILED_DIST = ../../src/precompiled.hpp \
../../src/precompiled.cpp
EXTRA_DIST = $(LIBZMQ_DIST) $(DEVICES_DIST) $(PERF_DIST) EXTRA_DIST = $(LIBZMQ_DIST) $(PERF_DIST) $(PROPERTIES_DIST) $(PRECOMPILED_DIST)
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="zmq_forwarder"
ProjectGUID="{EFE471DE-6747-4B2E-B084-F7E45A16CD03}"
RootNamespace="zmq_forwarder"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../../bindings/c;../../../bindings/cpp"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../../bin/zmq_forwarder.exe"
GenerateDebugInformation="true"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="../../../bindings/c;../../../bindings/cpp"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../../bin/zmq_forwarder.exe"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\..\devices\zmq_forwarder\zmq_forwarder.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="zmq_queue"
ProjectGUID="{076F7B8B-5175-4CA9-BC2B-438E37F7F43E}"
RootNamespace="zmq_queue"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../../bindings/c;../../../bindings/cpp"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../../bin/zmq_queue.exe"
GenerateDebugInformation="true"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="../../../bindings/c;../../../bindings/cpp"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../../bin/zmq_queue.exe"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\..\devices\zmq_queue\zmq_queue.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="zmq_streamer"
ProjectGUID="{DF2CED64-4156-48EA-8AA3-38CF86060D59}"
RootNamespace="zmq_streamer"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../../bindings/c;../../../bindings/cpp"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../../bin/zmq_streamer.exe"
GenerateDebugInformation="true"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="../../../bindings/c;../../../bindings/cpp"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../../bin/zmq_streamer.exe"
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\..\devices\zmq_streamer\zmq_streamer.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
...@@ -200,7 +200,7 @@ of the 0MQ community and pointers can be found on the 0MQ website. ...@@ -200,7 +200,7 @@ of the 0MQ community and pointers can be found on the 0MQ website.
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
RESOURCES RESOURCES
......
...@@ -90,4 +90,4 @@ linkzmq:zmq[7] ...@@ -90,4 +90,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -49,4 +49,4 @@ linkzmq:zmq[7] ...@@ -49,4 +49,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -88,4 +88,4 @@ linkzmq:zmq[7] ...@@ -88,4 +88,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -47,4 +47,4 @@ linkzmq:zmq[7] ...@@ -47,4 +47,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -435,4 +435,4 @@ linkzmq:zmq[7] ...@@ -435,4 +435,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -48,4 +48,4 @@ linkzmq:zmq_term[3] ...@@ -48,4 +48,4 @@ linkzmq:zmq_term[3]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -86,4 +86,4 @@ linkzmq:zmq[7] ...@@ -86,4 +86,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -77,4 +77,4 @@ linkzmq:zmq[7] ...@@ -77,4 +77,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -52,4 +52,4 @@ linkzmq:zmq[7] ...@@ -52,4 +52,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -54,4 +54,4 @@ linkzmq:zmq[7] ...@@ -54,4 +54,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -45,4 +45,4 @@ linkzmq:zmq[7] ...@@ -45,4 +45,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -62,4 +62,4 @@ linkzmq:zmq[7] ...@@ -62,4 +62,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -82,4 +82,4 @@ linkzmq:zmq[7] ...@@ -82,4 +82,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -55,4 +55,4 @@ linkzmq:zmq[7] ...@@ -55,4 +55,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -49,4 +49,4 @@ linkzmq:zmq[7] ...@@ -49,4 +49,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -45,4 +45,4 @@ linkzmq:zmq[7] ...@@ -45,4 +45,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -158,4 +158,4 @@ linkzmq:zmq[7] ...@@ -158,4 +158,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -126,4 +126,4 @@ Your operating system documentation for the _poll()_ system call. ...@@ -126,4 +126,4 @@ Your operating system documentation for the _poll()_ system call.
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -90,5 +90,5 @@ linkzmq:zmq[7] ...@@ -90,5 +90,5 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
+This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin +This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
+Lucina <mato@kotelna.sk> and Pieter Hintjens <ph@imatix.com>. +Lucina <martin@lucina.net> and Pieter Hintjens <ph@imatix.com>.
...@@ -117,5 +117,5 @@ linkzmq:zmq[7] ...@@ -117,5 +117,5 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
Lucina <mato@kotelna.sk> and Pieter Hintjens <ph@imatix.com>. Lucina <martin@lucina.net> and Pieter Hintjens <ph@imatix.com>.
...@@ -101,5 +101,5 @@ linkzmq:zmq[7] ...@@ -101,5 +101,5 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
+This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin +This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
+Lucina <mato@kotelna.sk> and Pieter Hintjens <ph@imatix.com>. +Lucina <martin@lucina.net> and Pieter Hintjens <ph@imatix.com>.
...@@ -14,7 +14,7 @@ SYNOPSIS ...@@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION DESCRIPTION
----------- -----------
The _zmq_send()_ function shall queue the message referenced by the 'msg' The _zmq_sendmsg()_ function shall queue the message referenced by the 'msg'
argument to be sent to the socket referenced by the 'socket' argument. The argument to be sent to the socket referenced by the 'socket' argument. The
'flags' argument is a combination of the flags defined below: 'flags' argument is a combination of the flags defined below:
...@@ -117,5 +117,5 @@ linkzmq:zmq[7] ...@@ -117,5 +117,5 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
+This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin +This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
+Lucina <mato@kotelna.sk> and Pieter Hintjens <ph@imatix.com>. +Lucina <martin@lucina.net> and Pieter Hintjens <ph@imatix.com>.
...@@ -406,4 +406,4 @@ linkzmq:zmq[7] ...@@ -406,4 +406,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -344,4 +344,4 @@ linkzmq:zmq[7] ...@@ -344,4 +344,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -52,4 +52,4 @@ linkzmq:zmq[7] ...@@ -52,4 +52,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -159,4 +159,4 @@ linkzmq:zmq[7] ...@@ -159,4 +159,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -62,4 +62,4 @@ linkzmq:zmq_setsockopt[3] ...@@ -62,4 +62,4 @@ linkzmq:zmq_setsockopt[3]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
...@@ -50,4 +50,4 @@ linkzmq:zmq[7] ...@@ -50,4 +50,4 @@ linkzmq:zmq[7]
AUTHORS AUTHORS
------- -------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <mato@kotelna.sk>. Martin Lucina <martin@lucina.net>.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment