Re: [ofono-online-v2 4/6] Avoid race between ofono signals and methods.

2010-08-19 Thread Samuel Ortiz
Hi Pekka, On Wed, Aug 18, 2010 at 07:25:08PM +0300, Pekka Pessi wrote: > Hi Samuel, > > 2010/8/18 Samuel Ortiz : > >> Create modem only after Modem.GetProperties succeeds, thus avoiding races > >> with Modem.PropertyChanged signal. > > So I've commented on this one and my concernas about the Powe

Re: [ofono-online-v2 4/6] Avoid race between ofono signals and methods.

2010-08-18 Thread Pekka Pessi
Hi Samuel, 2010/8/18 Samuel Ortiz : >> Create modem only after Modem.GetProperties succeeds, thus avoiding races >> with Modem.PropertyChanged signal. > So I've commented on this one and my concernas about the Powered property not > being handled anymore, except when creating the modem. I must ha

Re: [ofono-online-v2 4/6] Avoid race between ofono signals and methods.

2010-08-17 Thread Samuel Ortiz
Hi Pekka, On Mon, Aug 16, 2010 at 05:40:59PM +0300, pekka.pe...@nokia.com wrote: > From: Pekka Pessi > > Create modem only after Modem.GetProperties succeeds, thus avoiding races > with Modem.PropertyChanged signal. So I've commented on this one and my concernas about the Powered property not be

[ofono-online-v2 4/6] Avoid race between ofono signals and methods.

2010-08-16 Thread Pekka . Pessi
From: Pekka Pessi Create modem only after Modem.GetProperties succeeds, thus avoiding races with Modem.PropertyChanged signal. --- plugins/ofono.c | 59 +- 1 files changed, 32 insertions(+), 27 deletions(-) diff --git a/plugins/ofono.c b/plu