Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
dpdk: follow namespace changes to fix compile error
Browse files Browse the repository at this point in the history
namespace net is now namespace seastar::net, so follow the change.

Signed-off-by: Takuya ASADA <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
syuu1228 authored and avikivity committed May 22, 2017
1 parent cb00355 commit 68dbf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dpdk.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 68dbf60

Please sign in to comment.