lib/mac-learning.h: Change one variable's type and name
[sliver-openvswitch.git] / lib / mac-learning.h
index 284e7f6..666b00f 100644 (file)
@@ -49,7 +49,7 @@ struct mac_entry {
     /* Learned port. */
     union {
         void *p;
-        int i;
+        uint16_t ofp_port;
     } port;
 };