On Mon, Aug 30, 2010 at 2:46 PM, AlexanderS <alexander@xxxxxxxxxxxx> wrote: > On Mon, 30 Aug 2010 14:12:52 +0200 > Erik Faye-Lund <kusmabite@xxxxxxxxx> wrote: > >> Since serve() isn't a library function, wouldn't it reduce needless >> code churn to just make socklist a set of global variables (or just a >> global struct)? That way you don't have to pass it around, changing >> all those function prototypes. > > I don't understand: Even if I make socklist a global structure or > something like that, I also have to change all this function prototypes > to remove at least the old unused parameters. > You are of course right, strike my comment :) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html