Max Laier wrote:
On Saturday 14 April 2007 20:27, Max Laier wrote:
mlaier      2007-04-14 18:27:34 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_indata.c
  Log:
  Fix a typeo - unbreak the build.

While checking this, I came across the fact that SCTP_SACK_LOGGING depends on SCTP_STATS_LOGGING. Not sure if that's intended, but it's fixable with a bit of shuffling in sctputil.c/h

  Revision  Changes    Path
  1.16      +1 -1      src/sys/netinet/sctp_indata.c

Hmm..

well all of the logging is dependant on this.

In order to do any logging one must
enable SCTP_STATS_LOGGING.. this gets all the allocations
and stuff in place.

Hmm.. one thing we could do is make it so if you enable any of the
loggings STATS_LOGGING gets enabled.

Thanks for fixing the typo :-0

I have been offline with the storm for a bit (and a honey do list
yesterday) :-0

Hmm let me go add the logging ifdefs to sctputil.h


R

--
Randall Stewart
NSSTG - Cisco Systems Inc.
803-345-0369 <or> 803-317-4952 (cell)
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to