From 68dbf60ffdd26b1e2d7c412b4434de99e117eb24 Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Mon, 22 May 2017 18:30:28 +0900 Subject: [PATCH] dpdk: follow namespace changes to fix compile error namespace net is now namespace seastar::net, so follow the change. Signed-off-by: Takuya ASADA Message-Id: <1495445428-5888-1-git-send-email-syuu@scylladb.com> --- net/dpdk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dpdk.cc b/net/dpdk.cc index a5a4a24e5c1..a3b16eab1f6 100644 --- a/net/dpdk.cc +++ b/net/dpdk.cc @@ -81,7 +81,7 @@ void* as_cookie(struct rte_pktmbuf_pool_private& p) { typedef void *MARKER[0]; /**< generic marker for a point in a structure */ #endif -using namespace net; +using namespace seastar::net; namespace seastar {