mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
use long long for cfs_entry ts
This commit is contained in:
@@ -8,8 +8,8 @@ namespace gpgpu_virt {
|
||||
class cfs_entry : public util::RBTree<cfs_entry>::RBNode
|
||||
{
|
||||
public:
|
||||
unsigned long runtime;
|
||||
unsigned long ts;
|
||||
unsigned long long runtime;
|
||||
unsigned long long ts;
|
||||
cfs_entry() : runtime(0), ts(0) {}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user