View | Details | Raw Unified | Return to bug 259094
Collapse All | Expand All

(-)freebsd/Platform.c (-1 / +1 lines)
Lines 276-282 bool Platform_getDiskIO(DiskIOData* data) { Link Here
276
   if (devstat_checkversion(NULL) < 0)
276
   if (devstat_checkversion(NULL) < 0)
277
      return false;
277
      return false;
278
278
279
   struct devinfo info = { 0 };
279
   static struct devinfo info = { 0 };
280
   struct statinfo current = { .dinfo = &info };
280
   struct statinfo current = { .dinfo = &info };
281
281
282
   // get number of devices
282
   // get number of devices

Return to bug 259094