diff options
author | deva <deva> | 2005-05-22 15:49:22 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-22 15:49:22 +0000 |
commit | b04122f3f7884de08eb5d59bb3fd2bff829f9039 (patch) | |
tree | 6898a061f4e10a6026faa1ffe4a7a319256dacdf /src/server_status.cc | |
parent | d74c7a00c417cffdc93a82efa2841e23d823bea6 (diff) |
Added multithreaded encoding support.
Diffstat (limited to 'src/server_status.cc')
-rw-r--r-- | src/server_status.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server_status.cc b/src/server_status.cc index ab155e4..23c6c3d 100644 --- a/src/server_status.cc +++ b/src/server_status.cc @@ -31,6 +31,9 @@ /* * $Log$ + * Revision 1.8 2005/05/22 15:49:22 deva + * Added multithreaded encoding support. + * * Revision 1.7 2005/05/17 15:12:51 deva * Fixed file rights (All read on files and directories, and all execute on directories). * @@ -77,6 +80,8 @@ ServerStatus::~ServerStatus() void ServerStatus::checkPoint() { + return; + static int frame = 0; frame++; if(frame % UPD != 0) return; |