Skip to content
Snippets Groups Projects
Commit 194f8bf7 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

A comment

parent d10d324e
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,9 @@ forkret(void)
release(&ptable.lock);
if (first) {
// Some initialization functions must be run in the context
// of a regular process (e.g., they call sleep), and thus cannot
// be run from main().
first = 0;
initlog();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment