openvswitch.h: rename hash action definition
[sliver-openvswitch.git] / ofproto / ofproto-dpif-xlate.h
index f1267fb..18137d5 100644 (file)
@@ -36,7 +36,7 @@ struct xlate_cache;
 struct xlate_recirc {
     uint32_t recirc_id;  /* !0 Use recirculation instead of output. */
     uint8_t  hash_alg;   /* !0 Compute hash for recirc before. */
-    uint32_t hash_bias;  /* Compute hash for recirc before. */
+    uint32_t hash_basis;  /* Compute hash for recirc before. */
 };
 
 struct xlate_out {