File include/ta.h
Included in:
modules/pc/protocol_config.c
modules/pm/protocol_mirror.c
modules/sv/server.c
modules/ud/ud_main.c
Included Files
#include <glib.h>
#include <pthread.h>
#include <include/stubs.h>
#include <include/memwrap.h>
#include <stdio.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 ta_str_t
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;
}