Re: [RFC online/offline atoms PATCH 1/4] modem: add modem state watch

2010-10-14 Thread Pekka Pessi
Hi Denis, 2010/10/13 Denis Kenzior denk...@gmail.com: @@ -177,6 +177,21 @@ unsigned int __ofono_modemwatch_add(ofono_modemwatch_cb_t cb, void *user,                                       ofono_destroy_func destroy);  gboolean __ofono_modemwatch_remove(unsigned int id); +enum

[RFC online/offline atoms PATCH 1/4] modem: add modem state watch

2010-10-05 Thread Pekka . Pessi
From: Andras Domokos andras.domo...@nokia.com Modem state notifiers get called after modem state has been changed and atoms have been added or flushed. The modem state watch benefit the atoms that are active in several states, such as voicecall, sms, or gprs. --- src/modem.c | 64