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
765fd209
Commit
765fd209
authored
Dec 08, 2015
by
Constantin Rack
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1656 from bluca/vmci_include
parents
fc7e3bc3
64ce6ca7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
configure.ac
configure.ac
+1
-1
socket_base.cpp
src/socket_base.cpp
+0
-1
No files found.
configure.ac
View file @
765fd209
...
...
@@ -494,7 +494,7 @@ have_vmci_library="no"
AC_ARG_WITH([vmci], [AS_HELP_STRING([--with-vmci],
[build libzmq with VMCI transport [default=no]])],
[have_vmci_ext=$withval],
[have_vmci_ext=
yes
])
[have_vmci_ext=
no
])
if test "x$have_vmci_ext" != "xno"; then
AC_DEFINE(ZMQ_HAVE_VMCI, 1, [Have VMCI transport])
...
...
src/socket_base.cpp
View file @
765fd209
...
...
@@ -52,7 +52,6 @@
#include "ipc_listener.hpp"
#include "tipc_listener.hpp"
#include "tcp_connecter.hpp"
#include "vmci_listener.hpp"
#include "io_thread.hpp"
#include "session_base.hpp"
#include "config.hpp"
...
...
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