summaryrefslogtreecommitdiffstats
path: root/src/TODO
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-21 17:19:20 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-21 17:19:20 +0100
commit26aaf29a3694750834b9eefb6b6e4553bc5ea83f (patch)
tree7707b6fffff90dd2566283581cecc221738b41a3 /src/TODO
parentf2bde701a9873c69897e599a7da08a0d113a86ab (diff)
utils-jbus: adding comments
Also add a line in TODO list, minor refactoring, insert a remider about NDEBUG. Change-Id: I3d80dad7b6903df70c0fca2ef7256c158ecb3355 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO
index f525383..17d1ffc 100644
--- a/src/TODO
+++ b/src/TODO
@@ -23,3 +23,8 @@ List of things to do for the code
- handle permission list at install
- allows to check the requested permissions before to install it
+
+- improve error reporting through dbus in utils-jbus
+
+- groups the dbus connections to reduce the count of pollfd and watch calback
+ (in utils-jbus)