summaryrefslogtreecommitdiffstats
path: root/sys/net/hostcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/hostcache.c')
-rw-r--r--sys/net/hostcache.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/hostcache.c b/sys/net/hostcache.c
index 761aa1f..78f4408 100644
--- a/sys/net/hostcache.c
+++ b/sys/net/hostcache.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: hostcache.c,v 1.1 1997/06/18 01:24:21 wollman Exp $
*/
#include <sys/param.h>
@@ -38,6 +38,8 @@
#include <net/hostcache.h>
#include <net/route.h>
+MALLOC_DEFINE(M_HOSTCACHE, "hostcache", "per-host cache structure");
+
static struct hctable hctable[AF_MAX];
static int hc_timeout_interval = 120;
static int hc_maxidle = 1800;
OpenPOWER on IntegriCloud