From: Łukasz Stelmach Date: Mon, 22 May 2017 10:04:18 +0000 (+0200) Subject: Update TODO X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=163db07c02751a4ebfbfa3200f6a2413f87cc985;p=platform%2Fcore%2Fsystem%2Ffaultd.git Update TODO Change-Id: I3a214eff08193ca313e66a5f4f3e1be89abf06c4 Signed-off-by: Łukasz Stelmach --- diff --git a/TODO b/TODO new file mode 100644 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: