Re: [PATCH RESEND libgpiod v2 13/18] dbus: add gpio-manager code

Thiago Macieira <[email protected]> Sun, 30 Jun 2024 09:36:18 -0700
Newsgroups gmane.comp.freedesktop.dbus
Message-ID <2116760.BFZWjSADLM@tjmaciei-mobl5>
[Trimmed list because it's a small comment]

On Friday 28 June 2024 11:58:32 GMT-7 Bartosz Golaszewski wrote:
> +struct _GPIODBusDaemon {

Leading underscore + capital is reserved to the compiler and therefore this 
declaration above is Undefined Behaviour.