X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Ftimeval.h;h=e9ff183249180cbc636dc8d95037a4f5b7396d25;hb=4ae90ff9e2011d54f52043a55707d16c8a9a258e;hp=e57f7ac7b83aa6147eb8343dd6b0ab3ef61fb4eb;hpb=816fd533f85923c03cf8d9d6450bd9a0845d5160;p=sliver-openvswitch.git diff --git a/lib/timeval.h b/lib/timeval.h index e57f7ac7b..e9ff18324 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 Networks. * * 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