summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2009-06-09 20:27:30 +0000
committerkmacy <kmacy@FreeBSD.org>2009-06-09 20:27:30 +0000
commit8fdb55dd4173ed49af8cc002203d5c23e353315e (patch)
treeae6b2ac37159ad619891e89e0d34519286491e2a /sys/net/flowtable.h
parentbdcfd6610cdc96714ba1e9282061845d9d760a29 (diff)
downloadFreeBSD-src-8fdb55dd4173ed49af8cc002203d5c23e353315e.zip
FreeBSD-src-8fdb55dd4173ed49af8cc002203d5c23e353315e.tar.gz
make flowtable opt-out
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index bc62a04..c949293 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -41,7 +41,7 @@ struct flowtable;
extern struct flowtable *ip_ft;
extern struct flowtable *ip_forward_ft;
-#ifdef FLOWTABLE
+#ifndef NO_FLOWTABLE
struct flowtable *flowtable_alloc(int nentry, int flags);
/*
OpenPOWER on IntegriCloud