aboutsummaryrefslogtreecommitdiff
path: root/lib/dummy.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-12-07 13:15:54 -0800
committerBen Pfaff <blp@nicira.com>2011-12-19 14:53:54 -0800
commit6197af6e4b9890f43380e0a0159886ba3275c75c (patch)
treea092117d738f288dd9a64f60a8f10878c38f4504 /lib/dummy.h
parentcee03df4f53a9629f1f18b6c9948362f55a3ae27 (diff)
timeval: Add ability to fast-forward time, for unit testing.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/dummy.h')
-rw-r--r--lib/dummy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dummy.h b/lib/dummy.h
index fe1508707..efc1696dd 100644
--- a/lib/dummy.h
+++ b/lib/dummy.h
@@ -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 */