Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2003-11-25
2003-11-25 16:01:35 by Anders Johansson <anders@roxen.com>
5f2c2f81aeb4735dabc55680a4f9b7f31496fc95 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Use the existing CACHE macros.
Rev: server/base_server/roxen.pike:1.853
6:
// 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.
852
2003/11/
11
15
:
40
:
07
grubba
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
853
2003/11/
25
16
:
01
:
35
anders
Exp $";
//! @appears roxen //!
3145:
// sessions. However, this flag also controls whether the file should // be placed in the protocol-level cache, so we'll counter by setting a // separate flag.
-
id->misc->cacheable =
INITIAL_CACHEABLE;
-
id->misc->no
_
proto
_
cache = 1
;
+
RAISE_CACHE(
INITIAL_CACHEABLE
)
;
+
NO
_
PROTO
_
CACHE()
;
return res; }