#include <sys/types.h>#include <sys/stat.h>#include <my_dir.h>Include dependency graph for ha_tina.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| struct | st_tina_share |
| struct | tina_set |
| class | Transparent_file |
| class | ha_tina |
Defines | |
| #define | DEFAULT_CHAIN_LENGTH 512 |
| #define | TINA_VERSION 1 |
Typedefs | |
| typedef st_tina_share | TINA_SHARE |
Functions | |
| int | tina_end (ha_panic_function type) |
| #define DEFAULT_CHAIN_LENGTH 512 |
| #define TINA_VERSION 1 |
| typedef struct st_tina_share TINA_SHARE |
| int tina_end | ( | ha_panic_function | type | ) |
Definition at line 452 of file ha_tina.cc.
References tina_done_func().
Referenced by tina_init_func().
00453 { 00454 return tina_done_func(); 00455 }
Here is the call graph for this function:

Here is the caller graph for this function:

1.4.7

