timeval: Add ability to fast-forward time, for unit testing.
[sliver-openvswitch.git] / lib / dummy.h
index fe15087..efc1696 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Nicira Networks.
+ * Copyright (c) 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.
@@ -23,5 +23,6 @@ void dummy_enable(void);
 /* Implementation details. */
 void dpif_dummy_register(void);
 void netdev_dummy_register(void);
+void timeval_dummy_register(void);
 
 #endif /* dummy.h */