On Mon, 2008-06-30 at 18:03 +0200, Marcel Holtmann wrote: > > Except that one of my other patches adds a new cancelable function > > _connect(). So we would need maybe specific cancel_bonding and > > cancel_connect functions. > > sounds good to me. The bonding case is special since it can only do one > at a time. OK, attached is callback2.diff, which only allows canceling a create_bonding call. Updated other patches to follow. -mt