Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "config.h"
#include "vsfilesystem.h"
#include "vs_globals.h"
#include "networking/lowlevel/vsnet_oss.h"
#include "networking/lowlevel/vsnet_dloadmgr.h"
#include "networking/lowlevel/vsnet_notify.h"
#include "networking/lowlevel/vsnet_cmd.h"
#include "networking/lowlevel/vsnet_parsecmd.h"
#include "networking/lowlevel/netbuffer.h"
#include "networking/lowlevel/packet.h"
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
struct | stat |
Namespaces | |
VsnetDownload | |
VsnetDownload::Client | |
VsnetDownload::Server | |
Constant Groups | |
VsnetDownload | |
VsnetDownload::Client | |
VsnetDownload::Server | |
Macros | |
#define | R_OK 1 |
#define | W_OK 2 |
#define | CASE(a) |
Functions | |
void | getZoneInfoBuffer (unsigned short zoneid, NetBuffer &netbuf) |
int | vs_access (const char *name, int mode) |
int | lstat (const char *name, struct stat *buf) |
VsnetDownload::Server::LOCALCONST_DEF (Manager, int, _packetWorkahead, 5) Manager | |
const char * | getState (State s) |
#define CASE | ( | a) |
Definition at line 832 of file vsnet_dloadmgr.cpp.
Referenced by getState().
#define R_OK 1 |
Definition at line 20 of file vsnet_dloadmgr.cpp.
Referenced by vs_access().
#define W_OK 2 |
Definition at line 25 of file vsnet_dloadmgr.cpp.
Referenced by vs_access().
const char* getState | ( | State | s) |
Definition at line 836 of file vsnet_dloadmgr.cpp.
References CASE, VsnetDownload::Client::Completed, VsnetDownload::Client::FragmentReceived, VsnetDownload::Client::Idle, VsnetDownload::Client::Queued, VsnetDownload::Client::Requested, VsnetDownload::Client::Resolved, and VsnetDownload::Client::Resolving.
void getZoneInfoBuffer | ( | unsigned short | zoneid, |
NetBuffer & | netbuf | ||
) |
Definition at line 20 of file acctserver.cpp.
References ZoneMgr::getZoneBuffer(), VSServer, and NetServer::zonemgr.
Referenced by VsnetDownload::Server::Manager::addCmdDownload().