Add TODOs
This commit is contained in:
parent
0427eaaad0
commit
20612fb245
@ -5,7 +5,7 @@
|
|||||||
messmer/blobstore: 0
|
messmer/blobstore: 0
|
||||||
messmer/blockstore: 1
|
messmer/blockstore: 1
|
||||||
messmer/cmake: 3
|
messmer/cmake: 3
|
||||||
messmer/cpp-utils: 2
|
messmer/cpp-utils: 3
|
||||||
messmer/fspp: 0
|
messmer/fspp: 0
|
||||||
messmer/gitversion: 5
|
messmer/gitversion: 5
|
||||||
messmer/parallelaccessstore: 0
|
messmer/parallelaccessstore: 0
|
||||||
|
@ -54,6 +54,7 @@ void runFilesystem(const ProgramOptions &options) {
|
|||||||
//TODO This daemonize causes error messages when initializing CryDevice to get lost.
|
//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
|
// However, initializing CryDevice might (?) already spawn threads and we have to do daemonization before that
|
||||||
// because it doesn't fork threads. What to do?
|
// 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()) {
|
if (!options.foreground()) {
|
||||||
cpputils::daemonize();
|
cpputils::daemonize();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user