Add TODOs

This commit is contained in:
Sebastian Meßmer 2015-10-16 03:29:26 +02:00
parent 0427eaaad0
commit 20612fb245
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
messmer/blobstore: 0
messmer/blockstore: 1
messmer/cmake: 3
messmer/cpp-utils: 2
messmer/cpp-utils: 3
messmer/fspp: 0
messmer/gitversion: 5
messmer/parallelaccessstore: 0

View File

@ -54,6 +54,7 @@ void runFilesystem(const ProgramOptions &options) {
//TODO This daemonize causes error messages when initializing CryDevice to get lost.
// However, initializing CryDevice might (?) already spawn threads and we have to do daemonization before that
// because it doesn't fork threads. What to do?
//TODO Setup stdout/stderr as log files so we see the program output when detached
if (!options.foreground()) {
cpputils::daemonize();
}