On Thu, Nov 27, 2014 at 10:30 AM, Matt Thomas <[email protected]> wrote: > >> On Nov 26, 2014, at 1:38 AM, Ryota Ozaki <[email protected]> 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. >
OK, I did it. Thanks. ozaki-r
