X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdummy.c;h=fe2fa621847a79d845604ea421471eee17afd164;hb=fbac791aea04553de6efa02e78a9724d85cccb88;hp=3916febd1ddf4f2757ec24c097637280886ab3ee;hpb=614c4892032f424efa5f0ec404b2d499acad254d;p=openvswitch diff --git a/lib/dummy.c b/lib/dummy.c index 3916febd..fe2fa621 100644 --- a/lib/dummy.c +++ b/lib/dummy.c @@ -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. @@ -28,4 +28,5 @@ dummy_enable(void) { netdev_dummy_register(); dpif_dummy_register(); + timeval_dummy_register(); }