Re: [PATCH 1/1] all: add C99's "bool" define and encourage its use

2015-11-11 Thread Dan Williams
On Wed, 2015-11-11 at 13:33 +0100, Thomas Haller wrote: > --- > Let's use bool. > > Comments? Since glib uses gboolean in quite a few places, would we have problems with casting it to gboolean if needed? Casting would be pretty ugly if we had to do it a bunch. Also, I don't think we'd save

Re: Approaching NetworkManager 1.2

2015-11-11 Thread David Woodhouse
On Mon, 2015-11-02 at 18:02 +0100, Lubomir Rintel wrote: > Hello everyone, > > It's been some time since the work on NetworkManager 1.2 has begun. A > lot of what's been planed has been implemented and we believe we > should > wrap up the work and do a major release. > > The wiki page with 1.2

Re: [RFC] Revise NM behavior for Unmanaged Devices and Assuming Connections (bgo 746440)

2015-11-11 Thread Thomas Haller
On Mon, 2015-11-09 at 17:43 +0100, Thomas Haller wrote: > device-state to /var/lib/NetworkManager/NetworkManager.state The > statefile will get the following new entries: > > [main] > # When we write the statefile, we also remember the boot-id > # from

[PATCH 1/1] all: add C99's "bool" define and encourage its use

2015-11-11 Thread Thomas Haller
--- Let's use bool. Comments? Thomas include/nm-default.h | 46 ++ 1 file changed, 46 insertions(+) diff --git a/include/nm-default.h b/include/nm-default.h index d5c9d10..dc02763 100644 --- a/include/nm-default.h +++ b/include/nm-default.h @@