Skip to content
Snippets Groups Projects
Commit 4c54a03d authored by rswindell's avatar rswindell
Browse files

Judicious (even excessive?) use of the volatile keyword on variables that are

commonly modified by multiple threads, potentially simultaneously, resulting in
bad values (e.g. active_clients = -1).
Updated copyright date to 2011.
Fixed Win32 compile bug in main.cpp introduced in last commit.
Eliminated some unused variables and updated some times (e.g. ulong in place
fo uint32_t).
parent 6727c5a5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment