Update TODO
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 22 May 2017 10:04:18 +0000 (12:04 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Fri, 9 Jun 2017 15:41:06 +0000 (17:41 +0200)
Change-Id: I3a214eff08193ca313e66a5f4f3e1be89abf06c4
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..07e5a4f
--- /dev/null
+++ b/TODO
@@ -0,0 +1,21 @@
+* Features [0/3]
+** TODO Load events from database
+** TODO "from_db" in faultd_event_type
+** TODO faultd_event_from_db
+   In event.[hc] create faultd_event_from_db function to call from_db
+   in event types and return list of events.
+* Coding style [1/3]
+** DONE _GNU_SOURCE
+   Define _GNU_SOURCE globally.
+** TODO Module cleanup on failed init
+   Call module's cleanup funcions explicitely from its init if
+   the latter fails.
+** TODO Use bson_init_size()
+   Use bson_init_size() instead of bson_init() where the size of data
+   is known.
+* Possible contributions [0/1]
+** TODO make bson_init_size() return int
+* org-mode
+# Local Variables:
+# mode: org
+# End: