X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Ftimeval.h;h=e8413ff25ca64caad18c3b9aa140ea3a9207e76c;hb=b546a4f73828e30186e2e5423eb70ed7f2347306;hp=e57f7ac7b83aa6147eb8343dd6b0ab3ef61fb4eb;hpb=cee03df4f53a9629f1f18b6c9948362f55a3ae27;p=openvswitch diff --git a/lib/timeval.h b/lib/timeval.h index e57f7ac7..e8413ff2 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,6 +65,8 @@ void xgettimeofday(struct timeval *); int get_cpu_usage(void); +long long int time_boot_msec(void); + #ifdef __cplusplus } #endif