mirror of https://github.com/aria2/aria2
2009-07-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Updated doc * src/main.ccpull/1/head
parent
85cec59174
commit
e6422f82eb
|
@ -1,3 +1,8 @@
|
||||||
|
2009-07-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Updated doc
|
||||||
|
* src/main.cc
|
||||||
|
|
||||||
2009-07-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-07-17 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Updated debug log message
|
Updated debug log message
|
||||||
|
|
|
@ -213,6 +213,8 @@ downloadresultcode::RESULT main(int argc, char* argv[])
|
||||||
Util::setGlobalSignalHandler(SIGPIPE, SIG_IGN, 0);
|
Util::setGlobalSignalHandler(SIGPIPE, SIG_IGN, 0);
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIGCHLD
|
#ifdef SIGCHLD
|
||||||
|
// Avoid to create zombie process when forked child processes are
|
||||||
|
// died.
|
||||||
Util::setGlobalSignalHandler(SIGCHLD, SIG_IGN, 0);
|
Util::setGlobalSignalHandler(SIGCHLD, SIG_IGN, 0);
|
||||||
#endif // SIGCHILD
|
#endif // SIGCHILD
|
||||||
std::deque<SharedHandle<RequestGroup> > requestGroups;
|
std::deque<SharedHandle<RequestGroup> > requestGroups;
|
||||||
|
|
Loading…
Reference in New Issue