summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_flow.c
diff options
context:
space:
mode:
authorpb <pb@FreeBSD.org>1998-05-19 15:53:50 +0000
committerpb <pb@FreeBSD.org>1998-05-19 15:53:50 +0000
commitd5dbf35cd880f2ae731d06a1357d578af5c8be5e (patch)
treee74abd03ba0cf755d73bb051ed2d418b9817a13b /sys/netinet/ip_flow.c
parent337c39bf088869c1cb7f01f83af40e82606f3734 (diff)
downloadFreeBSD-src-d5dbf35cd880f2ae731d06a1357d578af5c8be5e.zip
FreeBSD-src-d5dbf35cd880f2ae731d06a1357d578af5c8be5e.tar.gz
Move (private) struct ipflow out of ip_var.h, to reduce dependencies
(for ipfw for example) on internal implementation details. Add $Id$ where missing.
Diffstat (limited to 'sys/netinet/ip_flow.c')
-rw-r--r--sys/netinet/ip_flow.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/netinet/ip_flow.c b/sys/netinet/ip_flow.c
index a17cacb..7d0f715 100644
--- a/sys/netinet/ip_flow.c
+++ b/sys/netinet/ip_flow.c
@@ -32,6 +32,8 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
+ *
+ * $Id$
*/
#include <sys/param.h>
@@ -60,6 +62,7 @@
#include <netinet/in_pcb.h>
#include <netinet/in_var.h>
#include <netinet/ip_var.h>
+#include <netinet/ip_flow.h>
#define IPFLOW_TIMER (5 * PR_SLOWHZ)
#define IPFLOW_HASHBITS 6 /* should not be a multiple of 8 */
OpenPOWER on IntegriCloud