On Wed, Sep 22, 2010 at 09:47:40AM +0200, Daniel Wagner wrote:
> +struct stats_file {
> + int fd;
> + char *name;
> + char *addr;
> + size_t len;
> + size_t max_len;
> +
> + /* cached values */
> + int max_nr;
> + int nr;
> + struct stats_record *first;
> + struct stats_record *last;
> +};
I also removed max_len since this is not used at all. Too much copied
from stats.c
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman