Hi Patrik,

On 01/14/2014 01:47 PM, Daniel Wagner wrote:
>> On Fri, 2013-12-13 at 09:34 +0100, Daniel Wagner wrote:
>>>  static struct connman_notifier session_notifier = {
>>>         .name                   = "session",
>>> -       .service_state_changed  = service_state_changed,
>>> -       .ipconfig_changed       = ipconfig_changed,
>>> +       .service_add            = notify_service_add,
>>> +       .service_remove         = notify_service_remove,
>>> +       .service_state_changed  = notify_service_state_changed,
>>> +       .ipconfig_changed       = notify_ipconfig_changed,
>>>  };
>> Thus I'd drop the service added notifier.
> 
> Okay, let me use explicit calls in this case.

Got confused, the notify callbacks are already there, I don't adding
explicit calls make sense then, so they need to stay.

cheers,
daniel
_______________________________________________
connman mailing list
[email protected]
https://lists.connman.net/mailman/listinfo/connman

Reply via email to