Revision cda9046b savevm.c

b/savevm.c
131 131
        len = announce_self_create(buf, nd_table[i].macaddr);
132 132
        vlan = nd_table[i].vlan;
133 133
	for(vc = vlan->first_client; vc != NULL; vc = vc->next) {
134
            vc->fd_read(vc->opaque, buf, len);
134
            vc->receive(vc->opaque, buf, len);
135 135
        }
136 136
    }
137 137
    if (count--) {

Also available in: Unified diff