Squid Web Cache master
Loading...
Searching...
No Matches
logfile_buffer_t Class Reference

#include <File.h>

Collaboration diagram for logfile_buffer_t:
[legend]

Public Attributes

char * buf
 
int size
 
int len
 
int written_len
 
dlink_node node
 

Detailed Description

Definition at line 19 of file File.h.

Member Data Documentation

◆ buf

char* logfile_buffer_t::buf

◆ len

int logfile_buffer_t::len

◆ node

dlink_node logfile_buffer_t::node

Definition at line 26 of file File.h.

Referenced by logfile_mod_daemon_lineend(), logfileFreeBuffer(), and logfileNewBuffer().

◆ size

int logfile_buffer_t::size

Definition at line 23 of file File.h.

Referenced by logfile_mod_daemon_append(), logfileNewBuffer(), and logfileQueueWrite().

◆ written_len

int logfile_buffer_t::written_len

Definition at line 25 of file File.h.

Referenced by logfileHandleWrite(), and logfileNewBuffer().


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