File modules/ta/ta.h


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; 
   }