summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2008-01-18 13:45:55 +0000
committerroot <root>2008-01-18 13:45:55 +0000
commit36200726929763bf7a74c6212f37920582298e2c (patch)
tree41cf8ead9728520cb2e6c09ddb77d0e9536e56a8 /ev.c
parent5b2da1304aaf98b2a851bf1bd0e180478ea61dec (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ev.c b/ev.c
index bfff3f6..d024017 100644
--- a/ev.c
+++ b/ev.c
@@ -1200,7 +1200,7 @@ ev_loop_destroy (EV_P)
void
ev_loop_fork (EV_P)
{
- postfork = 1;
+ postfork = 1; // must be in line with ev_default_fork
}
#endif
@@ -1274,7 +1274,7 @@ ev_default_fork (void)
#endif
if (backend)
- postfork = 1;
+ postfork = 1; // must be in line with ev_loop_fork
}
/*****************************************************************************/