Re: [ovs-dev] [PATCH] ovn-northd: Use structure assignment instead of memcpy().

2018-10-31 Thread Ben Pfaff
On Wed, Oct 31, 2018 at 11:17:34PM +0530, Numan Siddique wrote: > On Wed, Oct 31, 2018 at 3:21 AM Ben Pfaff wrote: > > > Makes the code easier to read. > > > > Signed-off-by: Ben Pfaff > > > > Acked-by: Numan Siddique Thanks, applied to master. ___

Re: [ovs-dev] [PATCH] ovn-northd: Use structure assignment instead of memcpy().

2018-10-31 Thread Numan Siddique
On Wed, Oct 31, 2018 at 3:21 AM Ben Pfaff wrote: > Makes the code easier to read. > > Signed-off-by: Ben Pfaff > Acked-by: Numan Siddique > --- > ovn/northd/ovn-northd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.

[ovs-dev] [PATCH] ovn-northd: Use structure assignment instead of memcpy().

2018-10-30 Thread Ben Pfaff
Makes the code easier to read. Signed-off-by: Ben Pfaff --- ovn/northd/ovn-northd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c index 439651f80308..bc07a40bd0f8 100644 --- a/ovn/northd/ovn-northd.c +++ b/ovn/northd/ovn-nor