On Sat, Feb 18, 2017 at 09:22:44PM -0500, David Hill wrote:
> Hello -
> 
> This moves the 'struct protosw' declarations to use C99 initializers.
> Requested by mpi@
>

Apologies for not explaining the reason for the diff.

It would allow us to easily grep for a member, such as pr_ctloutput,
and know which functions need review.  The goal is to introduce more
per-protocol functions instead of having everything in
ip{,6}_ctloutput(), with the next diff splitting setopt and getopt up.

- David

Reply via email to