ovs-numa: Fix a missing initialization.
authorAlex Wang <alexw@nicira.com>
Mon, 8 Sep 2014 15:24:15 +0000 (08:24 -0700)
committerAlex Wang <alexw@nicira.com>
Mon, 8 Sep 2014 20:07:07 +0000 (13:07 -0700)
commit46a14035521c52bf38d6e32927a8e33f19c76fff
tree38a833c712f92aa3c72544b9ec0d409f59a94947
parent800711c3c2c79464d837872f681ab3d257e8fdd6
ovs-numa: Fix a missing initialization.

This commit updates the pointer to 'struct numa_node'
when initializing the 'struct cpu_core'.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/ovs-numa.c