diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-13 12:24:34 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-13 12:24:34 +0200 |
commit | c59245ddcc0541edca71769b3153bc13580a5bbb (patch) | |
tree | 88df6ec5111eff73e7201347b8aa77c67ccd0019 /netsniff-ng | |
parent | bf43e1993c7037ea9f23bf0cac4ec7de0e3b1ca8 (diff) |
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 <dborkman@redhat.com>
Diffstat (limited to 'netsniff-ng')
-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 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 |