More perf work, need to switch branches.

This commit is contained in:
KimLS
2015-02-02 23:10:03 -08:00
parent b6a2ac05bf
commit 5747b3460f
10 changed files with 80 additions and 34 deletions
+2
View File
@@ -186,6 +186,8 @@ int main(int argc, char *argv[]) {
void CatchSignal(int sig_num) {
Log.Out(Logs::Detail, Logs::Launcher, "Caught signal %d", sig_num);
RunLoops = false;
}