Go to the documentation of this file.
46 #define PRINTF(...) printf(__VA_ARGS__)
53 autostart_start(
struct process *
const processes[])
57 for(i = 0; processes[i] !=
NULL; ++i) {
59 PRINTF(
"autostart_start: starting process '%s'\n", processes[i]->name);
64 autostart_exit(
struct process *
const processes[])
68 for(i = 0; processes[i] !=
NULL; ++i) {
70 PRINTF(
"autostart_exit: stopping process '%s'\n", processes[i]->name);