On 14 November 2016 at 09:38, Martin Pieuchot <[email protected]> wrote:
> On 14/11/16(Mon) 14:29, David Gwynne wrote:
>> its as close to the ipstat change as i can make it.
>>
>> ok?
>
> [...]
>
>> @@ -142,6 +143,7 @@ void      udp_notify(struct inpcb *, int);
>>  void
>>  udp_init(void)
>>  {
>> +     udpcounters = counters_alloc(udps_ncounters, M_COUNTERS);
>
> No need to pass M_COUNTERS to counter_alloc(), it's repetitive :)
>

Yes, I've also pointed that out in my previous mail for IP stats.

> Other than that ok mpi@
>

Looks good to me as well. OK mikeb

Reply via email to