added: to stats plugin: microsoft bing searcher
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@648 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -42,7 +42,7 @@ struct Stats
|
||||
|
||||
int global_google;
|
||||
int global_yahoo;
|
||||
|
||||
int global_bing;
|
||||
|
||||
|
||||
// statistics for files/dirs
|
||||
@@ -51,12 +51,14 @@ struct Stats
|
||||
int all;
|
||||
int google;
|
||||
int yahoo;
|
||||
int bing;
|
||||
|
||||
ItemStats()
|
||||
{
|
||||
all = 0;
|
||||
google = 0;
|
||||
yahoo = 0;
|
||||
bing = 0;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user