Browse Source

add missing get_sysmem() when no info available

pre-master-46
caand 6 years ago
committed by Holger Vogt
parent
commit
6907d17985
  1. 5
      src/frontend/com_sysinfo.c

5
src/frontend/com_sysinfo.c

@ -975,6 +975,11 @@ static void get_physical_processor_count(void)
#else /* no Windows OS, no proc info file system */ #else /* no Windows OS, no proc info file system */
static int get_sysmem(struct sys_memory *memall)
{
return -1; // Return N/A
}
void set_static_system_info(void) void set_static_system_info(void)
{ {
/* Set to no data available */ /* Set to no data available */

Loading…
Cancel
Save