Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-11-11
1997-11-11 00:59:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
506edeb53563eaf9319cca2c9454665e6803c494 (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added privs_level.
Rev: server/base_server/roxen.pike:1.148
1:
-
constant cvs_version = "$Id: roxen.pike,v 1.
147
1997/11/
09
18
:
45:
59 grubba Exp $";
+
constant cvs_version = "$Id: roxen.pike,v 1.
148
1997/11/
11
00
:
59
:
36
grubba Exp $";
#define IN_ROXEN #include <roxen.h> #include <config.h>
75:
object euid_egid_lock = Thread.Mutex(); #endif /* THREADS */
+
int privs_level;
+
// Fork, and then do a 'slow-quit' in the forked copy. Exit the // original copy, after all listen ports are closed. // Then the forked copy finish all current connections.