From 0f765f49ac231d99f493f00c0f0986fbeff2615d Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 31 May 2013 11:46:02 +0200 Subject: ring: move duplicate/generic code parts from rx/tx into ring.c We do not want to maintain duplicate code, so move this into a separate file and name those *_generic() helpers. Signed-off-by: Daniel Borkmann --- astraceroute/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'astraceroute/Makefile') diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 91f0a9e..36e37f0 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -10,4 +10,5 @@ astraceroute-objs = xmalloc.o \ bpf.o \ geoip.o \ ring_rx.o \ + ring.o \ astraceroute.o -- cgit v1.2.3-54-g00ecf