On Tue, Feb 05, 2013 at 03:46:19PM +0100, Luigi Rizzo wrote:
> On Tue, Jan 29, 2013 at 02:08:27PM +0100, Stefan Hajnoczi wrote:
>
> > It's cleaner to add a bool (*flush)(NetClientState *nc) function to
> > NetClientInfo but given that net.c already knows about hub.c
> > specifically we don't gain
On Tue, Jan 29, 2013 at 02:08:27PM +0100, Stefan Hajnoczi wrote:
> It's cleaner to add a bool (*flush)(NetClientState *nc) function to
> NetClientInfo but given that net.c already knows about hub.c
> specifically we don't gain much by trying to decouple this callback. If
> you want to leave it ha