On Mon, 4 Mar 2013 17:28:17 +0100 Ilya Bakulin <[email protected]> wrote:
> 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 :-)
Hi Ilya,
how about using the existing 'read-write' keyword?
read-write [no | community <string>]
Gerhard
>
> >
> > - All members of struct snmpd have a 'sc_' prefix. You should stick to
> > that style.
> >
> > Gerhard
> Agree, not using "sc_" is bad.
>
> // Ilya