From c59245ddcc0541edca71769b3153bc13580a5bbb Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 13 May 2013 12:24:34 +0200 Subject: ring: break out timestamping since not directly related Break out the timestamping part of the ring.h file, since it's not directly related to the {t,r}x_ring. Also inlining doesn't make sense here. Signed-off-by: Daniel Borkmann --- netsniff-ng/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'netsniff-ng') diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile index 46b885d..b50778f 100644 --- a/netsniff-ng/Makefile +++ b/netsniff-ng/Makefile @@ -45,6 +45,7 @@ netsniff-ng-objs = dissector.o \ ring_rx.o \ ring_tx.o \ tprintf.o \ + tstamping.o \ geoip.o \ mac80211.o \ netsniff-ng.o -- cgit v1.2.3-54-g00ecf