|
Atrinik Server 2.5
|
Data Fields | |
| const char * | file |
| PyCodeObject * | code |
| time_t | cached_time |
| time_t | used_time |
One cache entry.
Definition at line 480 of file plugin_python.c.
| time_t cacheentry::cached_time |
Last cached time.
Definition at line 489 of file plugin_python.c.
| PyCodeObject* cacheentry::code |
The cached code.
Definition at line 486 of file plugin_python.c.
| const char* cacheentry::file |
The script file.
Definition at line 483 of file plugin_python.c.
| time_t cacheentry::used_time |
Last used time.
Definition at line 492 of file plugin_python.c.
1.7.4