Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: thorpej
Date: Wed Apr 9 05:14:20 UTC 2008
Modified Files:
src/sys/netinet: ip_flow.c ip_input.c ip_var.h
Log Message:
- ipflow is not used outside ip_flow.c; move its definition there.
- Make ipflow_reap() private to ip_flow.c, and introduce ipflow_prune()
for external callers to use (avoids returning an ipflow * that is never
actually used anyway).
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 src/sys/netinet/ip_flow.c
cvs rdiff -r1.264 -r1.265 src/sys/netinet/ip_input.c
cvs rdiff -r1.85 -r1.86 src/sys/netinet/ip_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index