X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=1c85411a87217c530c5cb82f9ea617e56fa09ee5;hb=e3a5ff981c25dcb609fe8cc5396a50b81138ee63;hp=71b21388b168839fa59ffab7326e2a99e8113887;hpb=7087ad1b81b55fb2c1c14e7d9cbb49c0bf75e28e;p=src%2Fapp-framework-binder.git diff --git a/src/main.c b/src/main.c index 71b21388..1c85411a 100644 --- a/src/main.c +++ b/src/main.c @@ -489,13 +489,13 @@ int main(int argc, char *argv[]) } /* handle groups */ - atexit(exit_handler); +// atexit(exit_handler); /* ignore any SIGPIPE */ signal(SIGPIPE, SIG_IGN); /* enter job processing */ - jobs_enter(3, 1, 20, start); + jobs_start(3, 0, 50, start); WARNING("hoops returned from jobs_enter! [report bug]"); return 1; }