Re: [ovs-dev] [PATCH] ofp-util: Un-"inline" should_send_version_bitmap().

2013-07-18 Thread Ben Pfaff
Thanks, applied. On Thu, Jul 18, 2013 at 03:40:21PM -0700, Justin Pettit wrote: > Acked-by: Justin Pettit > > > > On Jul 18, 2013, at 3:35 PM, Ben Pfaff wrote: > > > There is no reason to mark this function as inline. Let the compiler do > > its job. > > > > Signed-off-by: Ben Pfaff > > -

Re: [ovs-dev] [PATCH] ofp-util: Un-"inline" should_send_version_bitmap().

2013-07-18 Thread Justin Pettit
Acked-by: Justin Pettit On Jul 18, 2013, at 3:35 PM, Ben Pfaff wrote: > There is no reason to mark this function as inline. Let the compiler do > its job. > > Signed-off-by: Ben Pfaff > --- > lib/ofp-util.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/

[ovs-dev] [PATCH] ofp-util: Un-"inline" should_send_version_bitmap().

2013-07-18 Thread Ben Pfaff
There is no reason to mark this function as inline. Let the compiler do its job. Signed-off-by: Ben Pfaff --- lib/ofp-util.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 8921592..bc85797 100644 --- a/lib/ofp-util.c +++ b/lib/ofp