00001 00008 /* {{{ Initial headers */ 00009 /* 00010 * $LastChangedDate: 2004-04-01 18:34:17 +0200 (Thu, 01 Apr 2004) $ 00011 * $LastChangedRevision: 50 $ 00012 * $LastChangedBy: ckruse $ 00013 * 00014 */ 00015 /* }}} */ 00016 00017 #ifndef FO_VIEW_H 00018 #define FO_VIEW_H 00019 00020 00021 /* function forwards */ 00022 00023 #ifndef CF_SHARED_MEM 00024 00031 void send_posting(t_cf_hash *head,int sock,u_int64_t tid,u_int64_t mid); 00032 00038 void send_threadlist(int sock,t_cf_hash *head); 00039 #else 00040 00047 void send_posting(t_cf_hash *head,void *shm_ptr,u_int64_t tid,u_int64_t mid); 00048 00054 void send_threadlist(void *shm_ptr,t_cf_hash *head); 00055 #endif 00056 00057 00063 void print_thread_structure(t_cl_thread *thread,t_cf_hash *head); 00064 00065 00066 #endif 00067 00068 /* eof */
1.3.5