Included Files
- #include <include/stubs.h>
- #include <include/memwrap.h>
- #include <include/socket.h>
- #include <include/timediff.h>
Preprocessor definitions
#define TA_H
#define TA_TYPE_LEN 16
#define TA_ACT_LEN 256
#define TA_PRINT_LEN
typedef struct {...} ta_str_t
| struct |
|
| { |
|
| pthread_t thread_id; |
|
| ut_timer_t sessionstart; |
|
| ut_timer_t taskstart; |
|
| int sock; |
|
| char type[16]; |
|
| char activity[256]; |
|
| int tasks; |
|
| } |
|