Crossfire Server, Trunk
|
Data Fields | |
time_t | cached_time |
PyCodeObject * | code |
sstring | file |
time_t | used_time |
One compiled script, cached in memory.
Definition at line 77 of file cfpython.cpp.
time_t pycode_cache_entry::cached_time |
Time this cache entry was created.
Definition at line 80 of file cfpython.cpp.
Referenced by postInitPlugin().
PyCodeObject* pycode_cache_entry::code |
Compiled code, NULL if there was an error.
Definition at line 79 of file cfpython.cpp.
Referenced by postInitPlugin().
sstring pycode_cache_entry::file |
time_t pycode_cache_entry::used_time |
Last use of this cache entry.
Definition at line 81 of file cfpython.cpp.
Referenced by postInitPlugin().