commit | 825c27d239e5bcf3c8b2cb99c320f0b1836ef338 | [log] [tgz] |
---|---|---|
author | San Mehat <san@google.com> | Fri Jun 12 07:39:52 2009 -0700 |
committer | San Mehat <san@google.com> | Fri Jun 12 07:39:52 2009 -0700 |
tree | 7ff4986b42e2daf3dac678cceb13a0a788d9cd41 | |
parent | 2cf6cff71f36b76e816a7a90c66f4b04c71e8278 [diff] [blame] |
vold: Give logwrapper the ability to put jobs into the background sched group. Also set disk check/format execution to background. Signed-off-by: San Mehat <san@google.com>
diff --git a/vold/logwrapper.h b/vold/logwrapper.h index 602e24c..bf28aae 100644 --- a/vold/logwrapper.h +++ b/vold/logwrapper.h
@@ -19,5 +19,5 @@ #define _LOGWRAPPER_H #include <stdlib.h> -int logwrap(int argc, char* argv[]); +int logwrap(int argc, char* argv[], int background); #endif