diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-31 11:46:02 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-31 11:46:02 +0200 |
commit | 0f765f49ac231d99f493f00c0f0986fbeff2615d (patch) | |
tree | 2e95098e81134cccd69a306fff3408309fdf9060 /netsniff-ng/Makefile | |
parent | a75bad23ef43e05715e0bbf57bb24f682c1bdd13 (diff) |
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 <dborkman@redhat.com>
Diffstat (limited to 'netsniff-ng/Makefile')
-rw-r--r-- | netsniff-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index b50778f..211c726 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -44,6 +44,7 @@ netsniff-ng-objs = dissector.o \ pcap_mm.o \ ring_rx.o \ ring_tx.o \ + ring.o \ tprintf.o \ tstamping.o \ geoip.o \ |