Atrinik Server 2.5
Data Fields
update_file_struct Struct Reference

#include <newserver.h>

Data Fields

unsigned long checksum
size_t len
size_t ucomp_len
char * filename
char * contents
SockList sl

Detailed Description

A single file loaded from the updates directory that the client can request.

Definition at line 321 of file newserver.h.


Field Documentation

File's CRC32.

Definition at line 324 of file newserver.h.

Compressed contents of the file.

Definition at line 336 of file newserver.h.

Name of the file.

Definition at line 333 of file newserver.h.

Length of the file.

Definition at line 327 of file newserver.h.

Socklist instance for sending the data about the file.

Definition at line 339 of file newserver.h.

Uncompressed length of the file.

Definition at line 330 of file newserver.h.


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