Included Files
- #include "include/sk.h"
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
- #include <stdlib.h>
- #include <errno.h>
- #include <netdb.h>
- #include <signal.h>
- #include <stdio.h>
- #include <include/iproutines.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; |
|
sk_conn_st* condat; |
|
char type[16]; |
|
char activity[256]; |
|
int tasks; |
|
} |
|