--- /dev/null
+* 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: