summaryrefslogtreecommitdiff
path: root/pcap_sg.c
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:23:49 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-06-04 10:23:49 +0200
commit829456efb34ab796f7aa743fa7f37a5ecd8b3455 (patch)
treed7b8ad70c4f2615ce6ef912abd75af4a45b715de /pcap_sg.c
parent78a23a4d5ab27c8af26c0e232c099a0c16907649 (diff)
xio: rename xio to ioops and reduce its includes
Rename xio to ioops (io-ops) and boil its include files down to a minimum. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'pcap_sg.c')
-rw-r--r--pcap_sg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap_sg.c b/pcap_sg.c
index 012fb1b..ea4a709 100644
--- a/pcap_sg.c
+++ b/pcap_sg.c
@@ -13,10 +13,10 @@
#include "pcap_io.h"
#include "xmalloc.h"
-#include "xio.h"
#include "xutils.h"
#include "built_in.h"
#include "iosched.h"
+#include "ioops.h"
static struct iovec iov[1024] __cacheline_aligned;
static off_t iov_off_rd = 0, iov_slot = 0;