X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain.c;h=1c85411a87217c530c5cb82f9ea617e56fa09ee5;hb=f9f80fd77b5a6a9b50fac3026fae088823a23dc1;hp=71b21388b168839fa59ffab7326e2a99e8113887;hpb=c710a0da4ebcc126275c42a0387ff85b2557e3ae;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; }