Hi Samuel
On Mon, 2010-12-13 at 12:56 +0100, Samuel Ortiz wrote:
> So your routine should be kept internal to ConnMan core, as you only need it
> from service.c
> As a consequence it should be defined in src/connman.h, and should be called
> __connman_device_is_scanning().
>
I will make it only internal.
>
> > struct connman_device_driver {
> > const char *name;
> > enum connman_device_type type;
> > diff --git a/src/device.c b/src/device.c
> > index b8110c4..667fed6 100644
> > --- a/src/device.c
> > +++ b/src/device.c
> > @@ -810,6 +810,12 @@ void __connman_device_cleanup_networks(struct
> > connman_device *device)
> > remove_unavailable_network, NULL);
> > }
> >
> > +connman_bool_t is_device_scanning(struct connman_device *device)
> > +{
> > +
> Unneeded new line here.
Ok
I will resend the patch.
Mohamed
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman