Skip to content

Commit

Permalink
Update account_usage.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Hannes Mehnert <[email protected]>
  • Loading branch information
PizieDust and hannesm authored Nov 15, 2024
1 parent 7500317 commit cd69c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_usage.ml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let account_usage_layout policy unikernels blocks =
Hashtbl.replace cpuid_count cpuid (count + 1))
unikernels;
(* Prepare list of all cpuids from policy *)
let policy_cpuids = Vmm_core.IS.to_list policy.cpuids in
let policy_cpuids = Vmm_core.IS.elements policy.cpuids in
(* Generate the list with all policy.cpuids and their respective counts *)
List.map
(fun cpuid ->
Expand Down

0 comments on commit cd69c91

Please sign in to comment.