File include/ta.h

Included in: modules/ac/access_control.c
  modules/pc/pc_commands.c
  modules/pc/protocol_config.c
  modules/pm/protocol_mirror.c
  modules/pw/protocol_whois.c
  modules/rp/rp_load.c
  modules/sv/server.c
  modules/ud/ud_main.c

Included Files


Preprocessor definitions

#define TA_H

#define TA_TYPE_LEN 16

#define TA_ACT_LEN 256

#define TA_PRINT_LEN


Typedef ta_str_t

typedef struct {...} ta_str_t
struct 
   { 
     pthread_t thread_id; 
     ut_timer_t sessionstart; 
     ut_timer_t taskstart; 
     int sock; 
     sk_conn_st* condat; 
     char type[16]; 
     char activity[256]; 
     int tasks; 
   }