forked from Mirrors/privacore-open-source-search-engine
put State11 in anonymous namespace
This commit is contained in:
@ -1144,7 +1144,8 @@ bool isAssignedToUs ( int32_t firstIp ) {
|
||||
///////////////////////// PAGESPIDER
|
||||
/////////////////////////
|
||||
|
||||
// don't change name to "State" cuz that might conflict with another
|
||||
namespace {
|
||||
|
||||
class State11 {
|
||||
public:
|
||||
int32_t m_numRecs;
|
||||
@ -1163,6 +1164,8 @@ public:
|
||||
int32_t m_priority;
|
||||
};
|
||||
|
||||
} //namespace
|
||||
|
||||
static bool loadLoop ( class State11 *st ) ;
|
||||
|
||||
// . returns false if blocked, true otherwise
|
||||
|
Reference in New Issue
Block a user