Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
5e357877
Commit
5e357877
authored
Feb 14, 2011
by
Jelte Jansen
Browse files
[trac569] Move coroutine.h to ext/
and removed empty top level file
parent
db9ebc20
Changes
9
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
5e357877
...
...
@@ -573,6 +573,9 @@ AC_SUBST(MULTITHREADING_FLAG)
#
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/asio"
#
# Use our 'coroutine' header from ext
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/ext/coroutine"
#
# Disable threads: Currently we don't use them.
CPPFLAGS="$CPPFLAGS -DASIO_DISABLE_THREADS=1"
#
...
...
dns_answer.h
deleted
100644 → 0
View file @
db9ebc20
src/lib/asiol
in
k
/coroutine.h
→
ext/corout
in
e
/coroutine.h
View file @
5e357877
File moved
src/lib/asiolink/dns_service.cc
View file @
5e357877
...
...
@@ -19,7 +19,7 @@
#include <asio/ip/address.hpp>
#include <asio.hpp>
#include <tcp_server.h>
#include <
asiolink/
tcp_server.h>
#include <asiolink/udp_server.h>
#include <log/dummylog.h>
...
...
src/lib/asiolink/simple_callback.h
View file @
5e357877
...
...
@@ -15,6 +15,8 @@
#ifndef __ASIOLINK_SIMPLE_CALLBACK_H
#define __ASIOLINK_SIMPLE_CALLBACK_H 1
#include <asiolink/io_message.h>
namespace
asiolink
{
/// \brief The \c SimpleCallback class is an abstract base class for a
...
...
src/lib/asiolink/tcp_server.h
View file @
5e357877
...
...
@@ -23,7 +23,7 @@
#include <boost/shared_ptr.hpp>
#include <asiolink/asiolink.h>
#include <
asiolink/
coroutine.h>
#include <coroutine.h>
namespace
asiolink
{
...
...
src/lib/asiolink/udp_query.cc
View file @
5e357877
...
...
@@ -29,7 +29,7 @@
#include <asiolink.h>
#include <
asiolink/
coroutine.h>
#include <coroutine.h>
#include <asiolink/udp_endpoint.h>
#include <asiolink/udp_query.h>
...
...
src/lib/asiolink/udp_query.h
View file @
5e357877
...
...
@@ -22,7 +22,7 @@
#include <dns/buffer.h>
#include <asiolink/io_address.h>
#include <
asiolink/
coroutine.h>
#include <coroutine.h>
namespace
asiolink
{
...
...
src/lib/asiolink/udp_server.h
View file @
5e357877
...
...
@@ -24,7 +24,7 @@
#include <asiolink/dns_lookup.h>
#include <asiolink/dns_answer.h>
#include <
asiolink/
coroutine.h>
#include <coroutine.h>
namespace
asiolink
{
...
...
Write
Preview
Supports
Markdown
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