Hi, As discussed on irc, file system (in /var/lib/connman) gets currently bloated with all services user connects at least once. Service becomes favorite by default, and even if remove() method is called, which makes it as non-favorite, files will be kept on file system.
This patch-set solves this issues from remove() methon point of view. Please review, Tomasz Bursztyka (3): storage: adding a function to remove a service from file system stats: adding a function to remove stats files from file system service: a service is removed from fs if not or no more favorite include/storage.h | 1 + src/connman.h | 1 + src/service.c | 9 +++++++++ src/stats.c | 17 +++++++++++++++++ src/storage.c | 23 +++++++++++++++++++++++ 5 files changed, 51 insertions(+), 0 deletions(-) -- 1.7.8.rc3 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
