'tickets' can use 'threads' now

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@706 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-01-20 18:37:51 +00:00
parent 3fad25b8c8
commit ab84a5169e
61 changed files with 1928 additions and 980 deletions

View File

@@ -127,7 +127,7 @@ void SessionCreated(PluginInfo & info)
if( !info.request->IsParam(nostat_param) )
{
log << log3 << "created stats plugin data"
log << log4 << "Stats: created stats plugin data"
<< ", plugin id: " << info.plugin_id
<< ", pointer: " << d << logend;
}
@@ -146,16 +146,14 @@ void RemoveSession(PluginInfo & info)
}
/*
//StatsSession * d = reinterpret_cast<StatsSession*>(info.plugin_data_base);
StatsSession * d = reinterpret_cast<StatsSession*>(info.plugin_data_base);
if( !d->nostat )
{
log << log3 << "deleting stats plugin data"
log << log4 << "Stats: deleting stats plugin data"
<< ", plugin id: " << info.plugin_id
<< ", pointer: " << info.plugin_data_base << logend;
}
*/
delete info.plugin_data_base;
}