Go to the documentation of this file.
45 #define PRINTF(...) printf(__VA_ARGS__)
52 autostart_start(
struct process *
const processes[])
56 for(i = 0; processes[i] !=
NULL; ++i) {
58 PRINTF(
"autostart_start: starting process '%s'\n", processes[i]->name);
63 autostart_exit(
struct process *
const processes[])
67 for(i = 0; processes[i] !=
NULL; ++i) {
69 PRINTF(
"autostart_exit: stopping process '%s'\n", processes[i]->name);