mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cleanup.
This commit is contained in:
@@ -26,10 +26,10 @@ enum LoadType
|
||||
LT_RequestData, // A request that is hard to satisfy, disk access
|
||||
LT_CheapQuery, // A query that is trivial, cached data
|
||||
|
||||
LT_MAX = LT_CheapQuery
|
||||
LT_MAX // MUST BE LAST
|
||||
};
|
||||
|
||||
// load categoryies
|
||||
// load categories
|
||||
static const int LC_Disk = 1;
|
||||
static const int LC_CPU = 2;
|
||||
static const int LC_Network = 4;
|
||||
|
||||
Reference in New Issue
Block a user