ofproto-dpif-xlate: Fix clash between macro argument and struct member name.
authorHuanle Han <hanxueluo@gmail.com>
Fri, 15 Jan 2016 15:24:59 +0000 (23:24 +0800)
committerBen Pfaff <blp@ovn.org>
Fri, 5 Feb 2016 23:36:05 +0000 (15:36 -0800)
commit6c38bdc0c5bcc8b080fc689e436b35830d69eb75
tree719ee3ef0e0f79d537a7cacf627c4a6290e632b3
parente0c73ed1310554d9326adbc54e1dd279e1ae8c1f
ofproto-dpif-xlate: Fix clash between macro argument and struct member name.

Argument name "entries" is same as the member "entries" of xcache.
It will lead to compile error if we pass an argument whose name is
not "entries".

Signed-off-by: Huanle Han <hanxueluo@gmail.com>
ofproto/ofproto-dpif-xlate.c