00001 00011 /* {{{ Initial headers */ 00012 /* 00013 * $LastChangedDate: 2003-11-27 01:55:17 +0100 (Thu, 27 Nov 2003) $ 00014 * $LastChangedRevision: 5 $ 00015 * $LastChangedBy: ckruse $ 00016 * 00017 */ 00018 /* }}} */ 00019 00020 #ifndef _ARCHIVER_H 00021 #define _ARCHIVER_H 00022 00028 typedef int (*t_archive_filter)(t_thread *thr); 00029 00035 time_t cf_get_time(GdomeNode *n); 00036 00042 void cf_make_path(u_char *path); 00043 00049 void cf_archive_threads(t_thread **to_archive,int len); 00050 00055 void cf_run_archiver_and_write_to_disk(void); 00056 00062 void cf_archive_thread(int sockfd,u_int64_t tid); 00063 00068 void cf_delete_threadfile(t_thread *t); 00069 00070 #endif 00071 /* eof */
1.3.5