(svn r18994) -Change: content mirroring support (based on work by TrueBrain).

This commit is contained in:
rubidium
2010-02-03 18:42:23 +00:00
parent c75f19f40b
commit 2db44fc18e
11 changed files with 675 additions and 5 deletions

View File

@@ -147,6 +147,7 @@ struct NetworkSettings {
bool reload_cfg; ///< reload the config file before restarting
char last_host[NETWORK_HOSTNAME_LENGTH]; ///< IP address of the last joined server
uint16 last_port; ///< port of the last joined server
bool no_http_content_downloads; ///< do not do content downloads over HTTP
#else /* ENABLE_NETWORK */
#endif
};