summaryrefslogtreecommitdiffstats
path: root/netbsd/NetBSDProcessList.h
diff options
context:
space:
mode:
authorfraggerfox <santhosh.raju@gmail.com>2021-08-03 08:35:02 +0530
committerBenBE <BenBE@geshi.org>2021-08-05 10:25:59 +0200
commit2e3f34f5c1f7cff7621fa453e2315b3af62554e7 (patch)
tree536eb46f55171c4611980d721ec1c013ffa3c4c8 /netbsd/NetBSDProcessList.h
parented82ce6456f0f904a0ab2b346b85d7cf46df109c (diff)
NetBSD: Rework CPU counting.
Diffstat (limited to 'netbsd/NetBSDProcessList.h')
-rw-r--r--netbsd/NetBSDProcessList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbsd/NetBSDProcessList.h b/netbsd/NetBSDProcessList.h
index c5e60444..1d1407d8 100644
--- a/netbsd/NetBSDProcessList.h
+++ b/netbsd/NetBSDProcessList.h
@@ -45,7 +45,7 @@ typedef struct NetBSDProcessList_ {
ProcessList super;
kvm_t* kd;
- CPUData* cpus;
+ CPUData* cpuData;
} NetBSDProcessList;

© 2014-2024 Faster IT GmbH | imprint | privacy policy