X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fbridge.h;h=2d3883384bd32d7726b5d323652a8431ed4a0676;hb=f0fd1a1772665ea57662281d9cccadb0f0146196;hp=32b581e2d63c2becd652366e614e1962a069d983;hpb=ee45ad81ab7e9ff6034352b6743985e28fedd649;p=openvswitch diff --git a/vswitchd/bridge.h b/vswitchd/bridge.h index 32b581e2..2d388338 100644 --- a/vswitchd/bridge.h +++ b/vswitchd/bridge.h @@ -1,4 +1,4 @@ -/* 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. @@ -20,6 +20,7 @@ void bridge_init(const char *remote); void bridge_exit(void); void bridge_run(void); +void bridge_run_fast(void); void bridge_wait(void); #endif /* bridge.h */