[FreeTDM][1/2] for *BSD: Fix typo idle_percentate => idle_percentage.
This commit is contained in:
parent
f822180fb4
commit
ae12913f12
|
@ -274,7 +274,7 @@ FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_
|
||||||
/* Unsupported */
|
/* Unsupported */
|
||||||
FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_stats *p, double *idle_percentage)
|
FT_DECLARE(ftdm_status_t) ftdm_cpu_get_system_idle_time(struct ftdm_cpu_monitor_stats *p, double *idle_percentage)
|
||||||
{
|
{
|
||||||
*idle_percentate = 100.0;
|
*idle_percentage = 100.0;
|
||||||
return FTDM_FAIL;
|
return FTDM_FAIL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue