diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-24 14:26:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-24 14:26:55 +0000 |
commit | 99d62b77374b1f9c1aaab0ced6669c2116bdb0cb (patch) | |
tree | 19f20396267195080174ce08e9687d187ea60171 /sys/net/if.h | |
parent | 4ccab8e3f7fa6032b180716879392bd780fa8605 (diff) |
move MCLPOOLS to if.h and force uipc_mbuf.c to get if.h, there is no
other option
ok dlg
Diffstat (limited to 'sys/net/if.h')
-rw-r--r-- | sys/net/if.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index a9b8c02eb12..b1cdb01aa00 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.96 2008/11/24 12:57:37 dlg Exp $ */ +/* $OpenBSD: if.h,v 1.97 2008/11/24 14:26:54 deraadt Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -146,6 +146,8 @@ struct ifqueue { struct timeout *ifq_congestion; }; +#define MCLPOOLS 7 /* number of cluster pools */ + struct mclstat { struct { u_short mcl_alive; |