X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fdummy.h;h=b20519adfb7112819bca4de12eb63cac5fafc211;hb=003ce655b7116d18c86a74c50391e54990346931;hp=efc1696ddebaea8dc9458deb705956391104d0a7;hpb=6197af6e4b9890f43380e0a0159886ba3275c75c;p=sliver-openvswitch.git diff --git a/lib/dummy.h b/lib/dummy.h index efc1696dd..b20519adf 100644 --- a/lib/dummy.h +++ b/lib/dummy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2011 Nicira Networks. + * Copyright (c) 2010, 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,12 +17,15 @@ #ifndef DUMMY_H #define DUMMY_H 1 +#include + /* For client programs to call directly to enable dummy support. */ -void dummy_enable(void); +void dummy_enable(bool override); /* Implementation details. */ -void dpif_dummy_register(void); -void netdev_dummy_register(void); +void dpif_dummy_register(bool override); +void netdev_dummy_register(bool override); void timeval_dummy_register(void); +void vlandev_dummy_enable(void); #endif /* dummy.h */