]> Git Repo - qemu.git/blobdiff - net/filter.c
qapi: Change data type of the FOO_lookup generated for enum FOO
[qemu.git] / net / filter.c
index 1dfd2caa235058b57c02e72b2fc8adbcba3f6cd3..2fd7d7d66318836c77907e4d84408d4557de7f26 100644 (file)
@@ -179,7 +179,7 @@ static void netfilter_init(Object *obj)
                             netfilter_get_netdev_id, netfilter_set_netdev_id,
                             NULL);
     object_property_add_enum(obj, "queue", "NetFilterDirection",
-                             NetFilterDirection_lookup,
+                             &NetFilterDirection_lookup,
                              netfilter_get_direction, netfilter_set_direction,
                              NULL);
     object_property_add_str(obj, "status",
This page took 0.02217 seconds and 4 git commands to generate.