Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-24
2000-09-24 18:59:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
87dee2798caf3402ec457c673f75f901e2ad2d0e (
13
lines) (+
4
/-
9
)
[
Show
|
Annotate
]
Branch:
5.2
More Pike 7.1 style stuff.
Rev: server/base_server/roxen.pike:1.560
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
559
2000/09/24
13
:
35
:
50
nilsson
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
560
2000/09/24
18
:
59
:
45
grubba
Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
3694:
static string cached_hostname = gethostname();
-
class LogFile
+
class LogFile
(string fname)
{ Stdio.File fd; int opened;
-
string fname;
+
void do_open() { mixed parent;
3765:
write_buf += ({what}); return strlen(what); }
-
-
static void create( string f )
-
{
-
fname = f;
-
opened = 0;
+
}
-
}
+