opsengine / cpulimit

CPU usage limiter for Linux
Other
1.7k stars 270 forks source link

Change the return value of get_boot_time() in processor_iterator_linux.c #83

Open quasi-mod opened 5 years ago

quasi-mod commented 5 years ago

Since time_t value returns a 64bit value(like long or longlong), I thought get_boot_time() should return a 64 bit value instead of int.