design_pattern_for_c  V 1.00
dp_timelog_t Struct Reference

storaged log data management structure More...

Collaboration diagram for dp_timelog_t:

Data Fields

const char * delimiter
 
pthread_mutex_t * lock
 delimiter More...
 
unsigned long current_num
 
unsigned long maxstoresize
 numnber of current stored log More...
 
dp_timelog_data_tlog_list
 max size of log_list More...
 
size_t maxloglen
 log list More...
 
char * tmpbuf
 

Detailed Description

storaged log data management structure

Definition at line 45 of file dp_timelog.c.

Field Documentation

◆ current_num

unsigned long current_num

Definition at line 50 of file dp_timelog.c.

◆ delimiter

const char* delimiter

Definition at line 47 of file dp_timelog.c.

◆ lock

pthread_mutex_t* lock

delimiter

Definition at line 48 of file dp_timelog.c.

◆ log_list

dp_timelog_data_t* log_list

max size of log_list

Definition at line 52 of file dp_timelog.c.

◆ maxloglen

size_t maxloglen

log list

Definition at line 53 of file dp_timelog.c.

◆ maxstoresize

unsigned long maxstoresize

numnber of current stored log

Definition at line 51 of file dp_timelog.c.

◆ tmpbuf

char* tmpbuf

Definition at line 54 of file dp_timelog.c.


The documentation for this struct was generated from the following file: