Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-05
1998-09-05 13:42:50 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b642a2d6344759f3128a1de50c7f4aa5a56b4fe9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Should now work with Pike 0.5 again.
Rev: server/base_server/roxen.pike:1.233
1:
-
constant cvs_version = "$Id: roxen.pike,v 1.
232
1998/09/
01
19
:
15
:
21
marcus
Exp $";
+
constant cvs_version = "$Id: roxen.pike,v 1.
233
1998/09/
05
13
:
42
:
50
grubba
Exp $";
// ABS and suicide systems contributed freely by Francesco Chemolli
63:
#define MD_PERROR(X) #endif /* MODULE_DEBUG */
+
int startpid, roxenpid;
object roxen=this_object(), current_configuration; private program Configuration; /*set in create*/
1098:
// Is this only used to hold the config-ports? // Seems like it. Changed to a mapping. private mapping(string:object) configuration_ports = ([]);
-
int startpid, roxenpid;
+
// Used by openports.pike array(object) get_configuration_ports()