Fixed various statistics bugs.
This commit is contained in:
parent
17a93fe927
commit
55046206fe
3 changed files with 104 additions and 9 deletions
|
@ -34,7 +34,7 @@ namespace Mist {
|
|||
|
||||
Output::Output(Socket::Connection & conn) : myConn(conn) {
|
||||
firstTime = 0;
|
||||
crc = 0;
|
||||
crc = getpid();
|
||||
parseData = false;
|
||||
wantRequest = true;
|
||||
sought = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue