On Monday 04 March 2013 16:13:09 Gerhard Roth wrote: > Just a little bike-shedding: > > - The term "readonly" seems more common to me than "nowrite". I didn't use "readonly" because there is already a keyword "read-only" with the token name READONLY, and I didn't want to introduce yet another readonly* variable :-)
> > - All members of struct snmpd have a 'sc_' prefix. You should stick to > that style. > > Gerhard Agree, not using "sc_" is bad. // Ilya
