|
Atrinik Server 2.5
|
#include <newserver.h>
Data Fields | |
| unsigned long | checksum |
| size_t | len |
| size_t | ucomp_len |
| char * | filename |
| char * | contents |
| SockList | sl |
A single file loaded from the updates directory that the client can request.
Definition at line 321 of file newserver.h.
| unsigned long update_file_struct::checksum |
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.
| size_t update_file_struct::len |
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.
1.7.4