[systemd-devel] [PATCH 05/28] dhcp: Add option appending and parsing
Patrik Flykt
patrik.flykt at linux.intel.com
Fri Nov 15 01:22:01 PST 2013
On Thu, 2013-11-14 at 01:06 +0100, Lennart Poettering wrote:
>
> > +int __dhcp_option_append(uint8_t **buf, int *buflen, uint8_t code,
> > + uint8_t optlen, void *optval);
> > +
>
> The "__" prefix is actually private property by the C compiler,
> according to ANSI C. Please do not define your own symbols in this
> namespace. (Also why even?)
Freudian slip, used in other projects related to ConnMan... will fix.
Cheers,
Patrik
More information about the systemd-devel
mailing list