ofproto-dpif-rid: remove struct rid_map
authorSimon Horman <simon.horman@netronome.com>
Thu, 25 Sep 2014 11:57:52 +0000 (11:57 +0000)
committerAndy Zhou <azhou@nicira.com>
Thu, 25 Sep 2014 20:46:48 +0000 (13:46 -0700)
commit4673ac185d2c44b6f01517415bd254e3c79d8f6d
treec198f89b73bd07a011b53a64121e3685d7fbf20e
parent0b5d64f6f7fa75c6c5d4e9fba82ac2d16784c9b6
ofproto-dpif-rid: remove struct rid_map

struct rid_map only has one member which is a struct hmap.
This allows for a slight simplification of the code by removing
struct rid_map and using a struct hmap directly instead.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Andy Zhou <azhou@nicira.com>
ofproto/ofproto-dpif-rid.c