Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

mu_cache_data Struct Reference

Structure used to exchange data between cache management routines. More...

#include <cache.h>


Data Fields

char * name
 A string generally used to give a pathname.

void * stream
 A pointer to a FILE stream or anything else.


Detailed Description

Structure used to exchange data between cache management routines.

Currently only designed for flat file cache subsystem.

Definition at line 53 of file cache.h.


Field Documentation

char* mu_cache_data::name
 

A string generally used to give a pathname.

Definition at line 54 of file cache.h.

Referenced by cache_check_dir(), cache_check_file(), cache_write_file(), and make_music_entry().

void* mu_cache_data::stream
 

A pointer to a FILE stream or anything else.

Definition at line 55 of file cache.h.

Referenced by cache_check_file(), cache_read_file(), and cache_write_file().


The documentation for this struct was generated from the following file:
Generated on Thu Oct 30 13:50:29 2003 for mod_musicindex by doxygen 1.3.4