X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftimeval.h;h=517524c6845d45dd7d7c8193b01d0f622cb6f238;hb=c0896bdd20b2b4ac7f1183835e2d8c99d6bb29fe;hp=303461adf4734f72941a60583b440a45b28f925f;hpb=279c9e030818e039bb1c26be76e2cc1e8f6b13a6;p=openvswitch diff --git a/lib/timeval.h b/lib/timeval.h index 303461ad..517524c6 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -62,6 +62,8 @@ long long int timeval_to_msec(const struct timeval *); void xgettimeofday(struct timeval *); +int get_cpu_usage(void); + #ifdef __cplusplus } #endif