Hi,
+if (interface->major_version != VD_INTERFACE_NET_WIRE_MAJOR ||
+interface->minor_version< VD_INTERFACE_NET_WIRE_MINOR) {
+red_printf("unsuported net wire interface");
+return -1;
+}
+red_tunnel = red_tunnel_attach(core, net_wire
On Wed, 2010-05-12 at 13:32 +0200, Gerd Hoffmann wrote:
> +} else if (strcmp(interface->type, VD_INTERFACE_NET_WIRE) == 0) {
> #ifdef HAVE_SLIRP
> -NetWireInterface * net_wire = (NetWireInterface *)interface;
> -red_printf("VD_INTERFACE_NET_WIRE");
> -if (r
VDInterface has been renamed to SpiceBaseInterface. Dropped base_version
element, shlib versioning should be used instead. Dropped id element,
it is passed to spice_server_add_interface() instead. Now
SpiceBaseInterface has static information only, multiple interface
instances can share it.
Adde