From a66fe185ab6a3eb7a483fd9888b54ee43328836e Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 4 Jun 2013 11:21:48 +0200 Subject: sock: add socket management functions Remove them from xutils, and add them to socket management. Signed-off-by: Daniel Borkmann --- trafgen/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen') diff --git a/trafgen/Makefile b/trafgen/Makefile index c6e8591..0ba1953 100644 --- a/trafgen/Makefile +++ b/trafgen/Makefile @@ -10,6 +10,7 @@ trafgen-objs = xmalloc.o \ dev.o \ irq.o \ str.o \ + sock.o \ mac80211.o \ ring_tx.o \ ring.o \ -- cgit v1.2.3-54-g00ecf