Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/net
> On Nov 26, 2014, at 1:38 AM, Ryota Ozaki <ozaki-r%netbsd.org@localhost> wrote:
>
> Module Name: src
> Committed By: ozaki-r
> Date: Wed Nov 26 09:38:42 UTC 2014
>
> Modified Files:
> src/sys/net: if.c if.h
>
> Log Message:
> Change if_slowtimo_ch to a pointer
>
> One benefit to do so is to reduce memory used for struct callout;
> we can avoid to allocate struct callout for interfaces that don't
> use callout.
>
> Requested by uebayasi@.
This requires a kernel version bump.
Home |
Main Index |
Thread Index |
Old Index