cfm: Migrate cfm/show unixctl command to CFM module.
[openvswitch] / lib / timeval.h
index 904023302560d94a52a495310d2a648e38d6e869..303461adf4734f72941a60583b440a45b28f925f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2009, 2010 Nicira Networks.
+ * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -60,6 +60,8 @@ int time_poll(struct pollfd *, int n_pollfds, int timeout);
 long long int timespec_to_msec(const struct timespec *);
 long long int timeval_to_msec(const struct timeval *);
 
+void xgettimeofday(struct timeval *);
+
 #ifdef  __cplusplus
 }
 #endif