On Mon, Aug 20, 2012 at 2:08 AM, Emmanuel Dreyfus <manu@xxxxxxxxxx> wrote:
On Mon, Aug 20, 2012 at 01:47:40AM -0700, Anand Avati wrote:frame should be discover_frame or main_frame?
> +selfheal:
> + FRAME_SU_DO (frame, dht_local_t);
> + uuid_copy (local->loc.gfid, local->gfid);
> + ret = dht_selfheal_directory (frame, dht_lookup_selfheal_cbk,
> + &local->loc, layout);
> + return 0;
> }
main_frame. discover_frame will be destroyed right after that function return.
Avati