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

flt_tid_index.c File Reference

#include "config.h"
#include "defines.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <pthread.h>
#include "cf_pthread.h"
#include "hashlib.h"
#include "utils.h"
#include "configparser.h"
#include "readline.h"
#include "fo_server.h"
#include "serverlib.h"
#include "fo_tid_index.h"

Go to the source code of this file.

Functions

int cmp (const void *t, const void *elem)
int flt_tidx_module (t_thread *thr)

Variables

t_conf_opt flt_tid_index_config []
t_handler_config flt_tid_index_handlers []
t_module_config flt_tid_index


Detailed Description

Author:
Christian Kruse
This plugin indexes a thread id of a newly archived thread

Definition in file flt_tid_index.c.


Variable Documentation

t_module_config flt_tid_index
 

Initial value:

 {
  flt_tid_index_config,
  flt_tid_index_handlers,
  NULL,
  NULL,
  NULL,
  NULL,
}

Definition at line 120 of file flt_tid_index.c.

t_conf_opt flt_tid_index_config[]
 

Initial value:

 {
  { NULL, NULL, NULL }
}

Definition at line 111 of file flt_tid_index.c.

t_handler_config flt_tid_index_handlers[]
 

Initial value:

 {
  { ARCHIVE_HANDLER,            flt_tidx_module   },
  { 0, NULL }
}

Definition at line 115 of file flt_tid_index.c.


Generated on Sun Apr 25 16:37:39 2004 for Classic Forum by doxygen 1.3.5