ofproto: Add type "run", "run_fast", and "wait" provider methods.
authorJustin Pettit <jpettit@nicira.com>
Fri, 12 Oct 2012 00:17:40 +0000 (17:17 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 2 Nov 2012 05:54:27 +0000 (22:54 -0700)
commit11a574a737fa506c8e66c7bd42fa3186e70c286f
treecf4a0efc8c205eba85a00ee5cfe88aeefc8ac1fb
parente8f2a2a2fa62fcab47f7f9691e2fd64690d9e950
ofproto: Add type "run", "run_fast", and "wait" provider methods.

Add the ability for ofproto providers to have top-level "run",
"run_fast", and "wait" methods, similar to the current ofproto ones.
There are no current users, but this will be useful in a future commit.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
ofproto/ofproto-dpif.c
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
vswitchd/bridge.c