Add TODOs
This commit is contained in:
parent
0427eaaad0
commit
20612fb245
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user