Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-04-29
1998-04-29 03:55:46 by Henrik Grubbström (Grubba) <grubba@grubba.org>
efa11c86342e36f9cbb7ac8f4dce9cc99136ea73 (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added get_configuration_ports().
Rev: server/base_server/roxen.pike:1.194
1:
-
constant cvs_version = "$Id: roxen.pike,v 1.
193
1998/04/29 03:
20
:
21
mast
Exp $";
+
constant cvs_version = "$Id: roxen.pike,v 1.
194
1998/04/29 03:
55
:
46
grubba
Exp $";
#define IN_ROXEN #include <roxen.h> #include <config.h>
989:
private mapping(string:object) configuration_ports = ([]); int startpid, roxenpid;
+
// Used by openports.pike
+
array(object) get_configuration_ports()
+
{
+
return(values(configuration_ports));
+
}
-
+
// This has to be refined in some way. It is not all that nice to do // it like this (write a file in /tmp, and then exit.) The major part // of code to support this is in the 'start' script.